From 462780defa828f6d098fa3e6401479602f1127d2 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Thu, 9 Apr 2020 16:05:23 +0200 Subject: [PATCH] try to debug slash for root directory in cahnge_url --- scripts/change_url | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index 7685e2a..ba0024e 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -81,7 +81,6 @@ then else ynh_replace_string --match_string="const WWW_URI = '$old_path/';" --replace_string="const WWW_URI = '$new_path/';" --target_file="$final_path/config.local.php" fi -fi # Change the domain for nginx if [ $change_domain -eq 1 ]