Remove -x from the salt install provision script.
authorWard Vandewege <ward@curii.com>
Thu, 23 Sep 2021 17:21:43 +0000 (13:21 -0400)
committerWard Vandewege <ward@curii.com>
Thu, 23 Sep 2021 17:21:43 +0000 (13:21 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

tools/salt-install/provision.sh

index b840d86c6f360d3440328bd676dd66656739be5b..a56a318769ae5de656b47751a26eb5cb3fc961eb 100755 (executable)
@@ -11,7 +11,6 @@
 # vagrant up
 
 set -o pipefail
-set -x
 
 # capture the directory that the script is running from
 SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"