update README.md

This commit is contained in:
Martin Selbmann 2020-09-24 15:50:06 +02:00
parent 46e5b8e1e8
commit a43fe397e0
1 changed files with 2 additions and 2 deletions

View File

@ -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