mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
[fix] Permissions
This commit is contained in:
parent
c94186e6f4
commit
68d019e267
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ ynh_store_file_checksum "${final_path}/config/config.inc.php"
|
|||
# Set permissions to app files
|
||||
chown -R root: "$final_path"
|
||||
chown -R $app: "${final_path}/temp/" "${final_path}/logs/"
|
||||
chown -R $app: "$final_path/plugins
|
||||
chown -R $app: "$final_path/plugins/enigma/home
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Add table
Reference in a new issue