From e92f13335cfc93ecab642ced40d2b8faa128999b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 26 Feb 2022 18:55:56 +0100 Subject: [PATCH] Fix path test in change_url --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index 06474f4..6173e14 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -74,7 +74,7 @@ else path=$old_path fi -if [ $path =~ "\/ghost\/?" ] +if [[ $path =~ "\/ghost\/?" ]] then ynh_die --message="Sorry, Ghost does not support being installed on a path ending by /ghost" fi