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

Update restore

This commit is contained in:
yalh76 2022-10-17 01:52:08 +02:00
parent 1a87d31264
commit af46cf6019

View file

@ -55,7 +55,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path"
#=================================================
ynh_script_progression --message="Restoring the app main directory..." --weight=4
ynh_restore_file --origin_path="$final_path"
ynh_restore_file --origin_path="$final_path" --not_mandatory
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"