diff options
Diffstat (limited to 'datarouter-prov/src/main/resources/misc/runreports')
-rw-r--r-- | datarouter-prov/src/main/resources/misc/runreports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datarouter-prov/src/main/resources/misc/runreports b/datarouter-prov/src/main/resources/misc/runreports index 170d6efb..f6037f4b 100644 --- a/datarouter-prov/src/main/resources/misc/runreports +++ b/datarouter-prov/src/main/resources/misc/runreports @@ -47,7 +47,7 @@ then fi if [ "`pgrep -u mysql mysqld`" = "" ] then - echo MySQL is not running. It must be started before runreports + echo MariaDB is not running. It must be started before runreports exit 1 fi |