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