From 4fd9a734814423f04e7c74c95c1c0641db106481 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 27 Dec 2020 13:31:00 +0100 Subject: [PATCH] Update install --- scripts/install | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/install b/scripts/install index 676cf0c..6ed46ad 100644 --- a/scripts/install +++ b/scripts/install @@ -145,12 +145,12 @@ popd service redis-server start -#================================================= -# INTEGRATE SERVICE IN YUNOHOST -#================================================= -ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 +# #================================================= +# # INTEGRATE SERVICE IN YUNOHOST +# #================================================= +# ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description "A short description of the app" --log "/var/log/$app/$app.log" +# yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE @@ -158,7 +158,7 @@ yunohost service add $app --description "A short description of the app" --log " ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match"waiting" +ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="waiting" #================================================= # Set Public or private