diff --git a/scripts/restore b/scripts/restore index d737481..78ffe43 100755 --- a/scripts/restore +++ b/scripts/restore @@ -132,7 +132,7 @@ yunohost service add $app --description="AI-Powered Photos App for the Decentral #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="http: starting web server at" +ynh_exec_warn_less ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="http: starting web server at" #================================================= # GENERIC FINALIZATION