1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpinfo_ynh.git synced 2024-09-03 19:56:23 +02:00

fix a bug during restore

This commit is contained in:
yalh76 2020-12-01 23:01:43 +01:00
parent 0a0173ef60
commit a8094d69d3

View file

@ -86,6 +86,7 @@ ynh_add_fpm_config --usage=low --footprint=low
#=================================================
ynh_script_progression --message="Reloading nginx web server and php-fpm..."
sleep 10
ynh_systemd_action --service_name=php$YNH_PHP_VERSION-fpm --action=reload
ynh_systemd_action --service_name=nginx --action=reload