From a8ecee91c22a5631499f791096fed46fc1c42058 Mon Sep 17 00:00:00 2001 From: Le Kload Date: Mon, 9 Nov 2015 14:48:22 +0100 Subject: [PATCH] [fix] Do not add yunohost.conf in testing --- install_yunohostv2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_yunohostv2 b/install_yunohostv2 index 2350b8c..94d595d 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -103,7 +103,8 @@ installscript_dependencies() { } create_custom_config() { - if [[ "$DISTRIB" != "daily" ]] && [[ "$DISTRIB" != "unstable" ]] ; then + if [[ "$DISTRIB" != "daily" ]] && [[ "$DISTRIB" != "unstable" ]] \ + && [[ "$DISTRIB" != "test" ]] && [[ "$DISTRIB" != "testing" ]] ; then if [[ ! -f /etc/yunohost/yunohost.conf ]] then mkdir -p /etc/yunohost/