1
0
Fork 0
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:
Salamandar 2021-05-19 16:40:37 +02:00
parent da7ad42b92
commit 4e3bc60f93

View file

@ -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"
#=================================================