Explorar el Código

Removed unuseful message

Laurent HUBERT hace 6 años
padre
commit
24d1737595
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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