parent
aaa7d35151
commit
e02ffc9b73
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/with-contenv bash
|
||||||
|
echo "Starting AutoArtistAdder.bash in 2 min..."
|
||||||
|
sleep 2m
|
||||||
|
for (( ; ; )); do
|
||||||
|
let i++
|
||||||
|
# bash /config/extended/scripts/AutoArtistAdder.bash
|
||||||
|
echo "AutoArtistAdder.bash script sleeping for 12 Hours..."
|
||||||
|
sleep 12h
|
||||||
|
done
|
Loading…
Reference in new issue