fix bug in deploy script

This commit is contained in:
einhornimmond 2025-05-21 16:17:14 +02:00
parent 3a4a246ca8
commit c57473cf95

View File

@ -128,9 +128,8 @@ nginx_restart() {
sudo systemctl start nginx
}
}
nginx_restart
ln -sf $SCRIPT_DIR/nginx/sites-available/update-page.conf $SCRIPT_DIR/nginx/sites-enabled/default
nginx_restart
# helper functions
log_step() {