1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/immich_ynh.git synced 2024-09-03 20:36:24 +02:00

Update install

This commit is contained in:
Limezy 2022-08-31 09:15:57 +07:00
parent adb4634487
commit c73771694b

View file

@ -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/dist/" "$final_path/ml/dist/"
rsync -a "$final_path/build/output/usr/src/app/node_modules/" "$final_path/ml/node_modules/" 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 750 "$final_path"
chmod -R o-rwx "$final_path" chmod -R o-rwx "$final_path"