From a3469b0a3a356a065857c2f0b568284fb02bef1f Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 21 May 2021 19:09:00 +0530 Subject: [PATCH] removed home folder --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index c8a93bf..0c50e47 100755 --- a/scripts/install +++ b/scripts/install @@ -82,9 +82,7 @@ ynh_setup_source --dest_dir="$final_path" --source_id="app.$architecture" # this will be treated as a security issue. chmod 750 "$final_path" chmod -R o-rwx "$final_path" -mkdir /home/$app chown -R $app: $final_path -chown -R $app: /home/$app #================================================= # NGINX CONFIGURATION