From e8cf64bfc3ed643c57a0b5cba0289c50bff10d0b Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Wed, 17 Jun 2020 22:12:24 +0200 Subject: [PATCH] fix bug with path --- scripts/change_url | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/change_url b/scripts/change_url index 738bb05..588bbe0 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -70,6 +70,7 @@ fi ynh_script_progression --message="Updating nginx web server configuration..." --time --weight=1 nginx_conf_path=/etc/nginx/conf.d/$old_domain.d/$app.conf +final_path=/var/www/$app # Change the path in the nginx config file if [ $change_path -eq 1 ]