From 451b8fb75b0e841dced3db56d49550f90e378483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 29 Dec 2023 21:02:13 +0100 Subject: [PATCH] cleaning --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 91d2a50..bdb6a11 100644 --- a/scripts/install +++ b/scripts/install @@ -99,7 +99,7 @@ chown $app:$app "$install_dir/config/local-production.json" ynh_script_progression --message="Starting a systemd service..." # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #--line_match="HTTP server listening on 127.0.0.1" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP server listening on 127.0.0.1" #================================================= # INSTALL LDAP PLUGIN diff --git a/scripts/restore b/scripts/restore index 6d59a76..0e06b86 100644 --- a/scripts/restore +++ b/scripts/restore @@ -63,7 +63,7 @@ yunohost service add $app --description="Federated video streaming platform" --l #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #--line_match="HTTP server listening on 127.0.0.1" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP server listening on 127.0.0.1" ynh_systemd_action --service_name=nginx --action=reload diff --git a/scripts/upgrade b/scripts/upgrade index b0804a4..5be713f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -165,7 +165,7 @@ fi #================================================= ynh_script_progression --message="Starting systemd service..." -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #--line_match="HTTP server listening on 127.0.0.1" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP server listening on 127.0.0.1" #================================================= # END OF SCRIPT