1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

Merge pull request #26 from YunoHost-Apps/testing

Testing
This commit is contained in:
Maniack Crudelis 2018-01-12 11:45:22 +01:00 committed by GitHub
commit a780644e42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -181,6 +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/enigma/home"
#=================================================
# RELOAD NGINX

View file

@ -203,6 +203,8 @@ 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/enigma/home"
#=================================================
# RELOAD NGINX