From 4fd801346cde5eb4fd8d73dabbdcd45748a5ab35 Mon Sep 17 00:00:00 2001 From: Daniel Stock Date: Fri, 6 May 2022 11:36:28 +0200 Subject: [PATCH] fixed wrong chromium command --- kiosk-browser/package/assets/presentation/stop-presentation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiosk-browser/package/assets/presentation/stop-presentation.sh b/kiosk-browser/package/assets/presentation/stop-presentation.sh index 2f7b16f..f94e3b7 100644 --- a/kiosk-browser/package/assets/presentation/stop-presentation.sh +++ b/kiosk-browser/package/assets/presentation/stop-presentation.sh @@ -1,6 +1,6 @@ #!/bin/bash pkill xidlerun & -pkill chromium & +pkill chrome & exit 0