mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-02-06 05:28:19 +08:00
Fixed the swag dashboard init script
This commit is contained in:
parent
30245a5804
commit
be4ff8ae4f
@ -5,7 +5,7 @@ echo "Applying the SWAG dashboard mod..."
|
||||
apk add --no-cache --upgrade goaccess
|
||||
|
||||
if [ ! -f /config/nginx/proxy-confs/dashboard.subdomain.conf ]; then
|
||||
cp /dashboard/dashboard.subdomain.conf.sample /config/nginx/proxy-confs/dashboard/dashboard.subdomain.conf
|
||||
cp /dashboard/dashboard.subdomain.conf.sample /config/nginx/proxy-confs/dashboard.subdomain.conf
|
||||
fi
|
||||
|
||||
echo "Applied the SWAG dashboard mod"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user