From 0d7cd88fd01cddd6d9b1c5d531442848ee02bf44 Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 21 May 2020 14:53:26 -0400 Subject: [PATCH] Turn default debugging off --- openwrtBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrtBuild b/openwrtBuild index f7afb6c..f7bbd7f 100755 --- a/openwrtBuild +++ b/openwrtBuild @@ -30,7 +30,7 @@ setDefaults() { export _target _factory_suffix _sysupgrade_suffix _profile _builddir _debug _filesroot declare -ag _packages - [[ -z $_debug ]] && _debug="true" # Set to true to enable debugging by default + [[ -z $_debug ]] && _debug="false" # Set to true to enable debugging by default [[ -z $_builddir ]] && _builddir="$PWD" [[ -z $_filesroot ]] && _filesroot="$_builddir/files/"