Fix sleep
This commit is contained in:
parent
8dd596c583
commit
45d14386fa
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ trap '[[ $pid ]] && kill $pid; exec $0' EXIT
|
|||
trap 'trap - EXIT' INT TERM
|
||||
|
||||
echo 'Waiting 10s before updating certs...'
|
||||
sleep 1s
|
||||
sleep 10s
|
||||
|
||||
update_certs
|
||||
|
||||
|
|
Loading…
Reference in a new issue