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

Update restore

This commit is contained in:
ericgaspar 2020-09-22 20:22:43 +02:00
parent 4a6e730558
commit 49087d42a5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -128,7 +128,7 @@ ynh_systemd_action --service_name=$app --action="start" #--log_path="/var/log/$a
#================================================= #=================================================
# RELOAD NGINX AND PHP-FPM # RELOAD NGINX AND PHP-FPM
#================================================= #=================================================
ynh_script_progression --message="Reloading nginx web server and PHP-FPM..." --weight=1 ynh_script_progression --message="Reloading NGINX web server and PHP-FPM..." --weight=1
ynh_systemd_action --service_name=php${phpversion}-fpm --action=reload ynh_systemd_action --service_name=php${phpversion}-fpm --action=reload
ynh_systemd_action --service_name=nginx --action=reload ynh_systemd_action --service_name=nginx --action=reload