From 00bfb1c24ef707e5d70871e18c416f784841d83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 10 Jan 2023 15:54:19 +0100 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index e035fff..2071194 100755 --- a/scripts/install +++ b/scripts/install @@ -46,7 +46,6 @@ ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=backend --value=$backend ynh_app_setting_set --app=$app --key=final_path --value=$final_path - #================================================= # CREATE DEDICATED USER #================================================= @@ -76,7 +75,6 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=2 # Create a dedicated NGINX config ynh_add_nginx_config -ynh_replace_string --match_string="example.com" --replace_string="$backend" --target_file="/etc/nginx/conf.d/$domain.d/$app.conf" #================================================= # GENERIC FINALIZATION @@ -97,6 +95,7 @@ fi ynh_script_progression --message="Reloading NGINX web server..." ynh_systemd_action --service_name=nginx --action=reload + #================================================= # END OF SCRIPT #=================================================