aboutsummaryrefslogtreecommitdiffstats
path: root/datarouter-prov/src/main/resources/misc/runreports
diff options
context:
space:
mode:
authoreronkeo <ronan.keogh@ericsson.com>2018-08-10 15:04:19 +0100
committereronkeo <ronan.keogh@ericsson.com>2018-08-10 16:48:54 +0100
commit4261823d84c2b911b68cdf4cb4dc3be429ebe285 (patch)
treeccf8ac98bb48e347540fe4236d2a15672fd61ae4 /datarouter-prov/src/main/resources/misc/runreports
parent13639e1b05d8c8b5b1e9efd543573834501aefaa (diff)
datarouter-prov code clean - remove tabs
Change-Id: Ibdb9f871ae5226abbb658f5a6139224981f05071 Issue-ID: DMAAP-581 Signed-off-by: eronkeo <ronan.keogh@ericsson.com>
Diffstat (limited to 'datarouter-prov/src/main/resources/misc/runreports')
-rw-r--r--datarouter-prov/src/main/resources/misc/runreports12
1 files changed, 6 insertions, 6 deletions
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