From b1299fbf4c18d6909fa3494048aefb6f3a9fe8e3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 16 Feb 2021 16:33:31 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3258c39..7b00230 100755 --- a/scripts/install +++ b/scripts/install @@ -107,7 +107,7 @@ ynh_add_systemd_config --others_var=ynh_node_load_PATH # Set permissions to app files chown -R $app: $final_path -chmod-R 755 $final_path +chmod -R 755 $final_path #================================================= # ADVERTISE SERVICE IN ADMIN PANEL