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

Fixes app checkers

This commit is contained in:
Selamanse 2017-07-19 13:37:31 +02:00
parent eff18adb03
commit 595141a71e

View file

@ -33,7 +33,7 @@ NODE_VERSION=4.7.1
workdir=$(pwd)
# Check domain/path availability
sudo yunohost app checkurl $domain -a $path
sudo yunohost app checkurl $domain -a $app
if [[ ! $? -eq 0 ]]; then
ynh_die "domain not available"
fi