mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-02-09 03:08:28 -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
|