test other form

This commit is contained in:
einhornimmond 2025-05-08 18:47:00 +02:00
parent e57c3d9685
commit 820f7882b1

View File

@ -327,7 +327,9 @@ done
# let nginx showing gradido
log_step 'Configuring nginx to serve gradido again'
ln -sf $SCRIPT_DIR/nginx/sites-available/gradido.conf $SCRIPT_DIR/nginx/sites-enabled/default
sudo nginx -t
sudo /etc/init.d/nginx restart || log_error "Failed to restart nginx $(sudo nginx -t)"
log_warn sudo nginx -t
# keep the update log
cat $UPDATE_HTML >> $GRADIDO_LOG_PATH/update.$TODAY.log