From 2cf794e5ec8f4aff680ecfaab2949308f4e6484f Mon Sep 17 00:00:00 2001 From: benthompson15 Date: Fri, 12 Jun 2020 17:48:06 -0500 Subject: [PATCH] MCOL-4033: add newline to end of shell script. --- oamapps/columnstoreSupport/dbmsReport.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oamapps/columnstoreSupport/dbmsReport.sh b/oamapps/columnstoreSupport/dbmsReport.sh index 6b6a6ab48..caac0cfd9 100755 --- a/oamapps/columnstoreSupport/dbmsReport.sh +++ b/oamapps/columnstoreSupport/dbmsReport.sh @@ -60,4 +60,5 @@ if ${columnstoreMysql} -V > /dev/null 2>&1; then fi } >> $OUT_FILE -exit 0 \ No newline at end of file +exit 0 +