adjust logging for v15 changes

This commit is contained in:
trendless
2026-06-15 18:39:50 -06:00
parent 4f74409542
commit efee1e5c05
8 changed files with 49 additions and 37 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ source /usr/share/yunohost/helpers
#=================================================
ynh_script_progression "Stopping $app's systemd service..."
ynh_systemctl --service="$app" --action="stop" --wait_until="was stopped successfully"
ynh_systemctl --service="$app" --action="stop" --log_path=systemd --wait_until="was stopped successfully"
#=================================================
# MODIFY URL IN NGINX CONF
@@ -25,7 +25,7 @@ ynh_config_change_url_nginx
#=================================================
ynh_script_progression "Starting $app's systemd service..."
ynh_systemctl --service="$app" --action="start" --wait_until="in web browser to access web console."
ynh_systemctl --service="$app" --action="start" --log_path=systemd --wait_until="was started successfully"
#=================================================
# END OF SCRIPT