Selaa lähdekoodia

Merge pull request #11314 from Michael-Gardner/HPCC-19911

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

Reviewed-By: Greg Panagiotatos <Greg.Panagiotatos@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 7 vuotta sitten
vanhempi
commit
0e3bc8148d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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"