hbase-setup: Remove -x from flags

This commit is contained in:
Björn Busse 2021-03-03 19:23:52 +01:00
parent 3793cb0afb
commit 150b6875db
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -xueo pipefail
set -ueo pipefail
HBASE_VERSION="2.4.1"
HBASE_FILE="hbase-${HBASE_VERSION}-bin.tar.gz"