Explorar o código

Removed unuseful message

Laurent HUBERT %!s(int64=6) %!d(string=hai) anos
pai
achega
24d1737595
Modificáronse 1 ficheiros con 0 adicións e 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