From a5a1689d52944df224e999eee7d83c175ece51c1 Mon Sep 17 00:00:00 2001 From: Kayou Date: Mon, 20 May 2019 09:47:35 +0200 Subject: [PATCH] Fix indentation --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index 0fce6a6..ceb7b88 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -70,7 +70,7 @@ then domain="$old_domain" path_url="$new_path" - path_no_root=${path_url%/} + path_no_root=${path_url%/} # Create a dedicated nginx config ynh_add_nginx_config "path_no_root" fi