mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Fix upgrade
This commit is contained in:
parent
732c2a7121
commit
ba2c1ff759
1 changed files with 2 additions and 1 deletions
|
@ -229,7 +229,7 @@ ynh_use_logrotate --non-append
|
|||
#=================================================
|
||||
|
||||
# Set permissions on app files
|
||||
chown -R root: $final_path
|
||||
#chown -R root: $final_path
|
||||
chown -R www-data: $log_path
|
||||
chown -R www-data: $state_path
|
||||
|
||||
|
@ -248,6 +248,7 @@ fi
|
|||
# RELOAD NGINX
|
||||
#=================================================
|
||||
|
||||
systemctl reload php5-fpm
|
||||
systemctl reload nginx
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue