From 102fcc4543f05bb1b970018f5b8436699d370b1a Mon Sep 17 00:00:00 2001 From: Matthew Frost Date: Fri, 18 Mar 2016 20:30:26 +0100 Subject: [PATCH] removed uneeded domain check code --- scripts/install | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index 8533ad2..d3a3ccf 100755 --- a/scripts/install +++ b/scripts/install @@ -13,12 +13,6 @@ is_public=$3 codename=$(lsb_release -c -s) -# Check domain/path availability -sudo yunohost app checkurl $domain$path -a bolt -if [[ ! $? -eq 0 ]]; then - exit 1 -fi - # Save app settings sudo yunohost app setting $app admin -v "$admin" sudo yunohost app setting $app is_public -v "$is_public"