From 354309fcad1be97f175bd87efab6c3329c8e5cae Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Tue, 1 Nov 2016 16:46:54 +0000 Subject: [PATCH] set QUERY_LOGGING default to true --- automated install/basic-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 7020eeff..79b823b1 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -31,6 +31,7 @@ useUpdateVars=false IPV4_ADDRESS="" IPV6_ADDRESS="" +QUERY_LOGGING=true # Find the rows and columns will default to 80x24 is it can not be detected screen_size=$(stty size 2>/dev/null || echo 24 80)