From b437d497048ddb745657f2bb7a4ba938f3f327fe Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:29:42 +0200 Subject: [PATCH] ynh_exec_warn_less --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9da7f61..3d7d147 100755 --- a/scripts/install +++ b/scripts/install @@ -191,7 +191,7 @@ yunohost service add $app --description="AI-Powered Photos App for the Decentral ynh_script_progression --message="Starting a systemd service..." # Start 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" #================================================= # SETUP SSOWAT