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

@@ -105,7 +105,7 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path"
chmod 750 "$final_path"
chmod -R 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:$app "$final_path"