1
0
Fork 0
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:
titoko 2014-04-08 20:38:18 +02:00
parent 36be0b7b9e
commit 4d42362476

View file

@ -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