mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-03-12 09:06:34 -04: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
|