From d1678f40a8a81cf0df17d280a9922a8e9ed811c1 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:07:49 +0200 Subject: [PATCH] Warn less MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found this helper in funkwhale_ynh repository. Let’s try --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index bd34f42..c969588 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -133,7 +133,7 @@ chown $app:$app "$final_path/live/config/options.yml" 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" #================================================= # RELOAD NGINX