From 5c8d5da787634a815004169c155e06645521fd38 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sun, 23 Jun 2013 13:45:58 +0300 Subject: [PATCH] Update install_yunohostv2 --- install_yunohostv2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohostv2 b/install_yunohostv2 index c44697e..b028efe 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -97,7 +97,7 @@ then echo "deb http://repo.yunohost.org/ lemonldap main" >> $CUSTOMAPT fi - if [[ $1 == "test" ]] + if [[ "$1" == "test" ]] then echo "deb http://repo.yunohost.org/ test main" >> $CUSTOMAPT fi