소스 검색

Removed unuseful message

Laurent HUBERT 6 년 전
부모
커밋
24d1737595
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      first-boot-script

+ 0 - 1
first-boot-script

@@ -25,7 +25,6 @@ fi
 for f in $(ls $FIRST_BOOT_SCRIPTS_DIR/*)
 do
   if [ -x $f ] ; then
-    echo Executing $f $FIRST_BOOT_BASE_DIR
     $f $FIRST_BOOT_BASE_DIR
     status=$?
     if [ 0 -ne "$status" ] ; then