Fix renewal post hook

This commit is contained in:
Eric Nemchik 2023-03-25 11:32:25 -05:00
parent b00bf6caf2
commit 97222fbb25
4 changed files with 4 additions and 1 deletions

View file

@ -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