mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-12-19 12:44:21 -05:00
10 lines
227 B
Plaintext
10 lines
227 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 /run/service/nginx
|
|
fi
|
|
fi
|