瀏覽代碼

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