Adjust to 24 hours

pull/24/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 506d8c800f
commit 872837f6e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,8 +11,8 @@ echo "Starting Script...."
for (( ; ; )); do
let i++
bash /config/extended/scripts/AutoExtras.bash
echo "Script sleeping for 6 hours..."
sleep 6h
echo "Script sleeping for 24 hours..."
sleep 24h
done

Loading…
Cancel
Save