From 0a0104b6631812ce85c254676f7ce69fee8dbfaf Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 30 Sep 2022 14:13:59 +0700 Subject: [PATCH] Update restore --- scripts/restore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/restore b/scripts/restore index 74d3551..d59bad5 100755 --- a/scripts/restore +++ b/scripts/restore @@ -131,6 +131,13 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1 ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" +#================================================= +# RELOAD NGINX +#================================================= +ynh_script_progression --message="Reloading NGINX web server..." --weight=1 + +ynh_systemd_action --service_name=nginx --action=reload + #================================================= # END OF SCRIPT #=================================================