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:
parent
5fb2168e52
commit
29bd71e39e
1 changed files with 4 additions and 2 deletions
|
@ -173,9 +173,11 @@ ynh_replace_string --match_string="enable_id_obfuscation = false" --replace_stri
|
||||||
#=================================================
|
#=================================================
|
||||||
# SECURE FILES AND DIRECTORIES
|
# 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 750 "$final_path"
|
||||||
chmod -R o-rwx "$final_path"
|
|
||||||
chown -R $app:www-data "$final_path"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
|
|
Loading…
Add table
Reference in a new issue