Commit a28e915cad191add4bc6dcf211b57fb2cd100230

Authored by Alexis Gavoty
1 parent 44bcf46d19
Exists in master

Update install

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

... ... @@ -12,11 +12,6 @@ if [[ ! $? -eq 0 ]]; then
12 12 exit 1
13 13 fi
14 14  
15   -if [[ $password == "" ]]; then
16   - echo "Wrong password"
17   - exit 1
18   -fi
19   -
20 15 # Check domain/path availability
21 16 sudo yunohost app checkurl $domain$path -a owncloud
22 17 if [[ ! $? -eq 0 ]]; then