From e4dba93fde900077ad25467bbf109df4ba5fb676 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 17 Sep 2014 18:28:02 +0200 Subject: [PATCH] INSTALL: test_add variable to enable copy of test files as default --- INSTALL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.sh b/INSTALL.sh index 9baba5f..042ea51 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -224,7 +224,7 @@ if [ ! -z "$outconf" ]; then # echo "usock_path=\"$usock_path\"" # echo "sys_user=\"$sys_user\"" # echo "web_only=\"$web_only\"" - # echo "test_add=\"$test_add\"" + echo "test_add=\"$test_add\"" ) > "$outconf" fi -- 2.17.1