Enable the conf by default

This commit is contained in:
quietsy
2022-01-12 20:42:49 +02:00
parent f6db7a5673
commit 2a5d79a637
+4 -1
View File
@@ -3,6 +3,9 @@
echo "Applying the SWAG dashboard mod..."
apk add --no-cache --upgrade goaccess
cp -f /dashboard/dashboard.subdomain.conf.sample /config/nginx/proxy-confs/
if [ ! -f /config/nginx/proxy-confs/dashboard.subdomain.conf ]; then
cp /dashboard/dashboard.subdomain.conf.sample /config/nginx/proxy-confs/dashboard/dashboard.subdomain.conf
fi
echo "Applied the SWAG dashboard mod"