Bläddra i källkod

Merge pull request #8182 from Michael-Gardner/HPCC-14851

HPCC-14851 Make unknown component error visible in hpcc-init

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 år sedan
förälder
incheckning
b4db010ea6
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      initfiles/bash/etc/init.d/hpcc-init.in

+ 1 - 0
initfiles/bash/etc/init.d/hpcc-init.in

@@ -233,6 +233,7 @@ while true ; do
                 if [ -z $comp_return ]
                 then
                     log "Unknown component: $comp"
+                    echo "Unknown component: $comp"
                     exit 1
                 fi
                 for (( i=0; i<=${compListLen}; i++ ));do