mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
update chown
This commit is contained in:
parent
48e47f91d9
commit
76e55ffa81
1 changed files with 2 additions and 1 deletions
|
@ -284,7 +284,8 @@ popd
|
||||||
### that really need such authorization.
|
### that really need such authorization.
|
||||||
|
|
||||||
# Set permissions to app files
|
# Set permissions to app files
|
||||||
chown -R root: $final_path
|
sudo chown -R www-data:www-data: $final_path
|
||||||
|
sudo chmod 777 $final_path -R
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP LOGROTATE
|
# SETUP LOGROTATE
|
||||||
|
|
Loading…
Add table
Reference in a new issue