Enable AutoArtistAdder.bash, runs every 12 hours

pull/139/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 8f1ef7e813
commit f215cf6cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ echo "Starting AutoArtistAdder.bash in 2 min..."
sleep 2m
for (( ; ; )); do
let i++
# bash /config/extended/scripts/AutoArtistAdder.bash
bash /config/extended/scripts/AutoArtistAdder.bash
echo "AutoArtistAdder.bash script sleeping for 12 Hours..."
sleep 12h
done

Loading…
Cancel
Save