From 4261823d84c2b911b68cdf4cb4dc3be429ebe285 Mon Sep 17 00:00:00 2001 From: eronkeo Date: Fri, 10 Aug 2018 15:04:19 +0100 Subject: datarouter-prov code clean - remove tabs Change-Id: Ibdb9f871ae5226abbb658f5a6139224981f05071 Issue-ID: DMAAP-581 Signed-off-by: eronkeo --- datarouter-prov/src/main/resources/misc/runreports | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'datarouter-prov/src/main/resources/misc/runreports') diff --git a/datarouter-prov/src/main/resources/misc/runreports b/datarouter-prov/src/main/resources/misc/runreports index f6037f4b..a5be6d98 100644 --- a/datarouter-prov/src/main/resources/misc/runreports +++ b/datarouter-prov/src/main/resources/misc/runreports @@ -37,18 +37,18 @@ ID=`id -n -u` GRP=`id -n -g` if [ "$ID" != "datartr" ] then - echo runreports must be started as user datartr not $ID - exit 1 + echo runreports must be started as user datartr not $ID + exit 1 fi if [ "$GRP" != "datartr" ] then - echo runreports must be started as group datartr not $GRP - exit 1 + echo runreports must be started as group datartr not $GRP + exit 1 fi if [ "`pgrep -u mysql mysqld`" = "" ] then - echo MariaDB is not running. It must be started before runreports - exit 1 + echo MariaDB is not running. It must be started before runreports + exit 1 fi # Volume report -- cgit 1.2.3-korg