mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
* [fix] Permissions for enigma plugin * Update install * [fix] Permissions * Update install * Update upgrade
This commit is contained in:
parent
f3e06d2c26
commit
d6da9759a3
2 changed files with 3 additions and 0 deletions
|
@ -181,6 +181,7 @@ ynh_store_file_checksum "${final_path}/config/config.inc.php"
|
||||||
# Set permissions to app files
|
# Set permissions to app files
|
||||||
chown -R root: "$final_path"
|
chown -R root: "$final_path"
|
||||||
chown -R $app: "${final_path}/temp/" "${final_path}/logs/"
|
chown -R $app: "${final_path}/temp/" "${final_path}/logs/"
|
||||||
|
chown -R $app: "$final_path/plugins/enigma/home"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
|
|
|
@ -203,6 +203,8 @@ ynh_store_file_checksum "${final_path}/config/config.inc.php"
|
||||||
# Set permissions to app files
|
# Set permissions to app files
|
||||||
chown -R root: "$final_path"
|
chown -R root: "$final_path"
|
||||||
chown -R $app: "${final_path}/temp/" "${final_path}/logs/"
|
chown -R $app: "${final_path}/temp/" "${final_path}/logs/"
|
||||||
|
chown -R $app: "$final_path/plugins/enigma/home"
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
|
|
Loading…
Reference in a new issue