increase time between updates to 30 minutes from 30 seconds

Also made it sleep after executing rather then before.
master
sam 1 year ago
parent ccfa807349
commit 371d31abab

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
sleep 30s
exec s6-setuidgid abc /app/run.sh
exec s6-setuidgid abc /app/run.sh
sleep 1800s
Loading…
Cancel
Save