Removed windows line endings

This commit is contained in:
Umachandar Jayachandran
2019-10-07 20:08:00 -07:00
parent 9b1cccf401
commit 9025f1bb9e
@@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -o pipefail
STARTUP_PATH=$(pwd)
TMP_DIR_NAME=$(basename $0)
USAGE_MESSAGE="USAGE: $0 <CLUSTER_NAMESPACE> <SQL_MASTER_IP> <SQL_MASTER_SA_PASSWORD> <KNOX_IP> [<KNOX_PASSWORD>] [--install-extra-samples] [SQL_MASTER_PORT] [KNOX_PORT]"