increase time between updates to 30 minutes from 30 seconds
Also made it sleep after executing rather then before.
This commit is contained in:
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…
Reference in New Issue
Block a user