From 64debabd8c595da8506eb7b13f52701f21ef9e1a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 11 Dec 2021 08:07:52 +0100 Subject: [PATCH] Fix --- scripts/install | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ac3a4cf1..d0bc8ac9 100644 --- a/scripts/install +++ b/scripts/install @@ -211,7 +211,7 @@ yunohost service add $app --description="Ethical photo sharing platform" --log=" ynh_script_progression --message="Starting $app service..." # Start a supervisor service -ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" #--line_match="success: ${app}-horizon" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #================================================= # SETUP SSOWAT diff --git a/scripts/restore b/scripts/restore index a6bd9b29..5bf4110d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -138,7 +138,7 @@ yunohost service add $app --description="Ethical photo sharing platform" --log=" #================================================= ynh_script_progression --message="Starting a supervisor service..." -ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" #--line_match="success: ${app}-horizon" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #================================================= # RESTORE THE LOGROTATE CONFIGURATION