Fix chmod

This commit is contained in:
yalh76
2021-04-15 20:30:12 +02:00
parent 87e313cd41
commit 7e0fa6eeeb
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ ynh_script_progression --message="Restoring the app main directory..."
ynh_restore_file --origin_path="$final_path"
chmod 750 "$final_path"
chmod -R 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:$app "$final_path"