mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Fix path test in change_url
This commit is contained in:
parent
f064cfa05d
commit
e92f13335c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ else
|
||||||
path=$old_path
|
path=$old_path
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $path =~ "\/ghost\/?" ]
|
if [[ $path =~ "\/ghost\/?" ]]
|
||||||
then
|
then
|
||||||
ynh_die --message="Sorry, Ghost does not support being installed on a path ending by /ghost"
|
ynh_die --message="Sorry, Ghost does not support being installed on a path ending by /ghost"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue