Merge pull request #285 from quietsy/swag-dashboard

Fixed the swag dashboard init script
This commit is contained in:
driz 2022-01-12 13:56:12 -05:00 committed by GitHub
commit 45c5f434a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"