Explorar o código

HPCC-19911 Clear up wording in hpcc-run start/stop message

Signed-off-by: Michael Gardner <michael.gardner@lexisnexisrisk.net>
Michael Gardner %!s(int64=7) %!d(string=hai) anos
pai
achega
72e2d37a94
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      initfiles/sbin/hpcc-run.sh.in

+ 2 - 2
initfiles/sbin/hpcc-run.sh.in

@@ -205,7 +205,7 @@ doStatus() {
 }
 
 doStop() {
-    echo "$action stop in the cluster ..."
+    echo "$action stopping the cluster ..."
     init stop
     scriptFile=~/${action}_stop_$$
     if [[ -n "${comp}" ]]; then
@@ -250,7 +250,7 @@ doStart() {
     if [[ -e $startFile ]]; then
         local numIPs=$(wc -l $startFile | awk '{ print $1 }')
         if [[ $numIPs -gt 0 ]]; then
-            echo "$action start in the cluster ..."
+            echo "$action starting the cluster ..."
             scriptFile=~/${action}_start_$$
             createScript $scriptFile $action $args start
             OPTIONS="${DEFAULT_OPTIONS} -h $startFile"