mirror of
https://github.com/YunoHost-Apps/wetty_ynh.git
synced 2024-09-03 18:16:29 +02:00
Try to fix permissions
This commit is contained in:
parent
da7ad42b92
commit
4e3bc60f93
1 changed files with 1 additions and 2 deletions
|
@ -88,8 +88,7 @@ then
|
|||
ynh_setup_source --dest_dir="$final_path"
|
||||
fi
|
||||
|
||||
chmod 750 "$final_path"
|
||||
chmod -R o-rwx "$final_path"
|
||||
chmod -R u=rwX,g=rX,o= "$final_path"
|
||||
chown -R $app:$app "$final_path"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue