1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/concrete5_ynh.git synced 2024-09-03 18:25:54 +02:00

Fix install

This commit is contained in:
yalh76 2021-08-05 21:11:19 +02:00
parent 65995a44b9
commit bd7817d5a2

View file

@ -144,6 +144,10 @@ pushd $final_path
--allow-as-root
popd
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# GENERIC FINALIZATION
#=================================================