From e2ef750bf3ed4dc80553699fc4fee4f10719f14a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 22 Jul 2021 08:24:23 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index d97ac61..dc62097 100644 --- a/scripts/install +++ b/scripts/install @@ -194,6 +194,10 @@ ynh_script_progression --message="Reloading NGINX web server..." --weight=1 ynh_systemd_action --service_name=nginx --action=reload +pushd $final_path + php$phpversion daemon.php setAdmin $admin@${maindomain} +popd + #================================================= # END OF SCRIPT #=================================================