소스 검색

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 년 전
부모
커밋
b4db010ea6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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