1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00

fix upgrade tests

This commit is contained in:
Kay0u 2021-08-30 14:01:14 +02:00
parent 10f33f9efa
commit 7e2fc3e707
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -202,9 +202,10 @@ ynh_add_fail2ban_config --logpath="/var/log/nginx/${domain}-error.log" --failreg
#=================================================
# RELOAD NGINX
#=================================================
ynh_script_progression --message="Reloading NGINX web server..."
ynh_script_progression --message="Reloading NGINX web server and PHP-FRM..."
ynh_systemd_action --service_name=nginx --action=reload
ynh_systemd_action --service_name=php$YNH_PHP_VERSION-fpm --action=reload
#=================================================
# END OF SCRIPT