From 476470c563934a66c60e6219ddcd2083ac50bdd8 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 10 Sep 2023 12:58:21 +0200 Subject: [PATCH] Update scripts/install --- scripts/install | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install b/scripts/install index 5cb23a4..9c7543d 100755 --- a/scripts/install +++ b/scripts/install @@ -107,11 +107,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=3 # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Listening on" -#================================================= -# SETUP SSOWAT -#================================================= -ynh_script_progression --message="Configuring permissions..." --weight=3 - #================================================= # END OF SCRIPT #=================================================