From 481b056b395c982ed2f4a3a3b73325fbe2d15979 Mon Sep 17 00:00:00 2001 From: TKE Date: Tue, 7 Jan 2020 16:04:39 +0100 Subject: [PATCH] removed empty lines from version output --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index dcbdc9e..a6e2486 100644 --- a/start.sh +++ b/start.sh @@ -15,7 +15,7 @@ case "${1}" in version ) echo "stage: ${1}" start_service - kesl-control -S --app-info + kesl-control -S --app-info | grep -v '^$' ;; scan ) echo "stage: ${1}"