1
0
Fork 0
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:
Yalh 2019-01-27 09:27:12 +01:00
parent 732c2a7121
commit ba2c1ff759

View file

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