Update install/wger-install.sh

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
Floris 2026-02-03 14:34:25 +01:00 committed by GitHub
parent 1ead1abf4b
commit f76e30f6af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -172,12 +172,11 @@ server {
}
}
EOF
msg_ok "Created Config and Services"
$STD rm -f /etc/nginx/sites-enabled/default
$STD ln -sf /etc/nginx/sites-available/wger /etc/nginx/sites-enabled/wger
systemctl enable -q --now redis-server nginx wger celery celery-beat
systemctl restart nginx
msg_ok "Created Config and Services"
motd_ssh
customize