mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-08-04 12:24:18 -04:00
Fix renewal post hook
This commit is contained in:
parent
b00bf6caf2
commit
97222fbb25
4 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
. /config/.donoteditthisfile.conf
|
||||
|
||||
if [[ ! "${ORIGVALIDATION}" = "dns" ]] && [[ ! "${ORIGVALIDATION}" = "duckdns" ]]; then
|
||||
if pgrep -f "s6-supervise nginx" >/dev/null; then
|
||||
if pgrep -f "s6-supervise svc-nginx" >/dev/null; then
|
||||
s6-svc -u /run/service/svc-nginx
|
||||
fi
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue