1
0
Fork 0
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:
Yalh 2019-01-15 01:49:42 +01:00
parent 48e47f91d9
commit 76e55ffa81

View file

@ -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