From c73771694b6c993216c39dffc6b0af6bb77c6852 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 31 Aug 2022 09:15:57 +0700 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index fcbfb26..c58e9fd 100755 --- a/scripts/install +++ b/scripts/install @@ -167,7 +167,7 @@ mkdir -p "$final_path/ml/node_modules/" rsync -a "$final_path/build/output/usr/src/app/dist/" "$final_path/ml/dist/" rsync -a "$final_path/build/output/usr/src/app/node_modules/" "$final_path/ml/node_modules/" -ynh_secure_remove --file="$final_path/build" +#ynh_secure_remove --file="$final_path/build" chmod 750 "$final_path" chmod -R o-rwx "$final_path"