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:
parent
65995a44b9
commit
bd7817d5a2
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue