From 40eb07a57b471bf6150b87a178e131fb67f8d944 Mon Sep 17 00:00:00 2001 From: Martin Selbmann Date: Thu, 24 Sep 2020 15:52:49 +0200 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ad2d10..f4004e7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Install instructions ### Crontab entries -* */15 * * * * ~/RandomVideo/RandomVideo.sh cron +* */15 * * * * cd ~/RandomVideo; ~/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