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:
parent
eff18adb03
commit
595141a71e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue