mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
Update upgrade
This commit is contained in:
parent
36be0b7b9e
commit
4d42362476
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ domain=$1
|
|||
path=$2
|
||||
|
||||
# Check domain/path availability
|
||||
sudo yunohost app checkurl $domain$path -a jappix
|
||||
if [[ ! $? -eq 0 ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue