From a28e915cad191add4bc6dcf211b57fb2cd100230 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Mon, 9 Dec 2013 16:34:05 +0100 Subject: [PATCH] Update install --- scripts/install | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install b/scripts/install index ee9ad9d..3528d22 100755 --- a/scripts/install +++ b/scripts/install @@ -12,11 +12,6 @@ if [[ ! $? -eq 0 ]]; then exit 1 fi -if [[ $password == "" ]]; then - echo "Wrong password" - exit 1 -fi - # Check domain/path availability sudo yunohost app checkurl $domain$path -a owncloud if [[ ! $? -eq 0 ]]; then -- 2.0.0