Skip to content

Commit

Permalink
Fixes #401
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Feb 27, 2022
1 parent 1f7bda3 commit 5576f3f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5576f3f

Please sign in to comment.