From 57cbdf8902cf6bbd066d5b326e04151650625266 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 30 Aug 2021 14:37:23 +0200 Subject: [PATCH] fix --- 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 65bdea7..8631305 100644 --- a/scripts/install +++ b/scripts/install @@ -167,7 +167,7 @@ yunohost service add $app --description="Client Web IRC" --log="/var/log/$app/$a 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="Available at http" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Available at http" #================================================= # SETUP SSOWAT diff --git a/scripts/restore b/scripts/restore index 2f73ba4..552c031 100644 --- a/scripts/restore +++ b/scripts/restore @@ -113,7 +113,7 @@ yunohost service add $app --description="Client Web IRC" --log="/var/log/$app/$a #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Available at http" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Available at http" #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index 8b41eae..a94e601 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -171,7 +171,7 @@ yunohost service add $app --description="Client Web IRC" --log="/var/log/$app/$a #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Available at http" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Available at http" #================================================= # RELOAD NGINX