mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-02-11 00:53:31 +08:00
Merge pull request #285 from quietsy/swag-dashboard
Fixed the swag dashboard init script
This commit is contained in:
commit
45c5f434a4
@ -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