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

Fix restore

This commit is contained in:
Salamandar 2024-01-29 18:50:17 +01:00
parent a51018aaf3
commit 48c6e385f9

View file

@ -54,7 +54,7 @@ ynh_script_progression --message="Reloading NGINX web server and $app's service.
ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="Movim daemon launched"
ynh_systemd_action --service_name="php$phpversion-fpm" --action=reload
ynh_systemd_action --service_name=nginx --action=Reloading
ynh_systemd_action --service_name=nginx --action="reload"
#=================================================
# END OF SCRIPT