From a43fe397e0245ca46185d39bd189fe59405223b9 Mon Sep 17 00:00:00 2001 From: Martin Selbmann Date: Thu, 24 Sep 2020 15:50:06 +0200 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 566a615..c262185 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ * turn switch back from down to center position slowly decreases volume, it can be stopped when switch turned down again ### Crontab entries - */15 * * * * ~/RandomVideo/RandomVideo.sh cron - @reboot cd ~/RandomVideo; ~/RandomVideo/buzzer.sh & pid=$!; while ! ping -c1 8.8.8.8>/dev/null; do sleep 1; done; git -C ~/RandomVideo/ pull; kill -9 $pid; ~/RandomVideo/buzzer.sh +* */15 * * * * ~/RandomVideo/RandomVideo.sh cron +* @reboot cd ~/RandomVideo; ~/RandomVideo/buzzer.sh & pid=$!; while ! ping -c1 8.8.8.8>/dev/null; do sleep 1; done; git -C ~/RandomVideo/ pull; kill -9 $pid; ~/RandomVideo/buzzer.sh ## Filelist ### RandomVideo.sh