1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Adding a slash

This commit is contained in:
realitygaps 2016-04-29 20:42:27 +02:00
parent a4c9e2386b
commit bf4b4a3deb

View file

@ -6,7 +6,7 @@ path=$2
is_public=$3
# Check domain/path availability
sudo yunohost app checkurl $domain$path -a rocketchat
sudo yunohost app checkurl $domain/$path -a rocketchat
if [[ ! $? -eq 0 ]]; then
exit 1
fi