From 42ca3528e5ec0e4b9449045c756db1f476c405fb Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 17 Dec 2022 11:12:04 +0100 Subject: [PATCH] Update scripts/change_url Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com> --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index ec2d106..2c9d891 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -87,7 +87,7 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app ynh_script_progression --message="Updating NGINX web server configuration..." nginx_conf_path=/etc/nginx/conf.d/$old_domain.d/$app.conf -nginx_api_conf_path=/etc/nginx/conf.d/$domain.d/api_$app.conf +nginx_api_conf_path=/etc/nginx/conf.d/$old_domain.d/api_$app.conf # Change the path in the NGINX config file if [ $change_path -eq 1 ]