From 687f21c12a2df8d8aca67242b86dcd3119b83c48 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 11 Apr 2021 11:09:30 +0200 Subject: [PATCH] fix --- scripts/install | 2 -- scripts/upgrade | 2 -- 2 files changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index 71bd5a3..795cf3e 100644 --- a/scripts/install +++ b/scripts/install @@ -183,8 +183,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service ynh_systemd_action --service_name=$app --action=start --log_path=systemd -chmod -R 755 $final_path/bin - #================================================= # SETUP SSOWAT #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index da91aed..3142ee5 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -165,8 +165,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1 ynh_systemd_action --service_name=$app --action=restart --log_path=systemd -chmod -R 755 $final_path/bin - #================================================= # RELOAD NGINX #=================================================