1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/librespeed_ynh.git synced 2024-09-03 19:36:23 +02:00

changement droits des fichiers

This commit is contained in:
rungeard 2021-05-12 15:35:22 +02:00
parent 5fb2168e52
commit 29bd71e39e

View file

@ -173,9 +173,11 @@ ynh_replace_string --match_string="enable_id_obfuscation = false" --replace_stri
#=================================================
# SECURE FILES AND DIRECTORIES
#=================================================
# Set permissions to app files
chown -R $app:www-data $final_path
chmod o-rwx $final_path
#chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# SETUP SSOWAT