From 1d6c5a0c7d86fa9811af5a141ff24f3183fe8fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 2 Aug 2024 08:51:35 +0200 Subject: [PATCH] We are not using path anymore --- scripts/upgrade | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index e2e760c..d293121 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -76,11 +76,11 @@ done #================================================= ynh_script_progression --message="Upgrading system configurations related to $app..." --weight=1 -if [ $path = "/" ]; then - path_no_slash="" -else - path_no_slash="$path" -fi +# if [ $path = "/" ]; then +# path_no_slash="" +# else +# path_no_slash="$path" +# fi # Create a dedicated NGINX config ynh_add_nginx_config