From b4e7c3650d0a3aa2e0e4660d8832f1f288169482 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 5 Aug 2022 10:15:50 +0200 Subject: [PATCH] ynh_exec_warn_less --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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