From a9c6aa3645a17127b76fe89b05c66b75e57edb87 Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 11 Apr 2019 12:25:40 +0200 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 6c9e37c..3c39c28 100644 --- a/scripts/install +++ b/scripts/install @@ -157,6 +157,7 @@ ynh_system_user_create $app # Set permissions to app files chown -R admin:1007 $final_path +chmod +x $final_path/opentracker #================================================= @@ -170,4 +171,5 @@ if [ $is_public -eq 1 ]; then fi # Reload services +systemctl start $app systemctl reload nginx