mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
stuff
This commit is contained in:
parent
bc9f0bdf96
commit
1c75796612
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ domain=$1
|
|||
is_public=$2
|
||||
|
||||
# Check domain/path availability
|
||||
sudo yunohost app checkurl $domain -a rocketchat
|
||||
sudo yunohost app checkurl $domain/ -a rocketchat
|
||||
if [[ ! $? -eq 0 ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue