From 5576f3fab49016e2755a299f437cc2033b5f8af2 Mon Sep 17 00:00:00 2001 From: Guy Sheffer Date: Sun, 27 Feb 2022 14:56:52 +0200 Subject: [PATCH] Fixes #401 --- src/modules/fullpageos/filesystem/home/pi/scripts/run_onepageos | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/fullpageos/filesystem/home/pi/scripts/run_onepageos b/src/modules/fullpageos/filesystem/home/pi/scripts/run_onepageos index 7ad7b97..3b46029 100755 --- a/src/modules/fullpageos/filesystem/home/pi/scripts/run_onepageos +++ b/src/modules/fullpageos/filesystem/home/pi/scripts/run_onepageos @@ -3,7 +3,6 @@ while true do if [ $(curl -sL -w "%{http_code}\\n" "$(/home/pi/scripts/get_url)" -o /dev/null) == "200" ] || grep -q disabled "/boot/check_for_httpd" ; then - (sleep 15 ; /home/pi/scripts/fullscreen) & xdotool mousemove 9000 9000 %BROWSER_START_SCRIPT% fi