10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
. /config/.donoteditthisfile.conf
|
|
|
|
if [ ! "$ORIGVALIDATION" = "dns" ] && [ ! "$ORIGVALIDATION" = "duckdns" ]; then
|
|
if ps aux | grep [n]ginx: > /dev/null; then
|
|
s6-svc -d /var/run/s6/services/nginx
|
|
fi
|
|
fi
|