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