Changed sleep time

This commit is contained in:
2019-09-21 23:26:10 +02:00
parent 6ac0c52f3e
commit 056cc23ac7

View File

@@ -7,5 +7,5 @@ while :
do do
currenttime=`date +"%Y-%m-%d_%T"` currenttime=`date +"%Y-%m-%d_%T"`
wget https://campingoase.cz/kamera/oase_01000M.jpg -O "pics/oase01/$currenttime.jpg" wget https://campingoase.cz/kamera/oase_01000M.jpg -O "pics/oase01/$currenttime.jpg"
sleep 59 sleep 60
done done