12 lines
280 B
Plaintext
Raw Normal View History

#!/usr/bin/with-contenv bash
2022-11-22 20:55:25 +00:00
# shellcheck shell=bash
2022-11-22 20:55:25 +00:00
# shellcheck source=/dev/null
. /config/.donoteditthisfile.conf
2022-11-22 20:55:25 +00:00
if [ ! "${ORIGVALIDATION}" = "dns" ] && [ ! "${ORIGVALIDATION}" = "duckdns" ]; then
if pgrep -f "nginx:" >/dev/null; then
s6-svc -d /run/service/nginx
fi
fi