From 56b3a42f8f77d1d0c760cddb222bc0ecb381c767 Mon Sep 17 00:00:00 2001 From: irina Date: Fri, 21 Jun 2013 12:09:10 +0000 Subject: #565 script sincronizadas: aumenta la estimacion del tamaño imagen linux, cambio de opcions ls por cambio del comando y mensaje de error desconocido MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.0@3921 a21b9725-9963-47de-94b9-378ad31fedc9 --- admin/Sources/Services/ogAdmRepoAux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/Sources/Services/ogAdmRepoAux') diff --git a/admin/Sources/Services/ogAdmRepoAux b/admin/Sources/Services/ogAdmRepoAux index e1d40406..d7ce37b1 100755 --- a/admin/Sources/Services/ogAdmRepoAux +++ b/admin/Sources/Services/ogAdmRepoAux @@ -90,7 +90,7 @@ case "$PARM1" in # Redimensionamos la imagen al tamaño necesario # TODO modificar ogGetImageSize - IMGSIZE=$(ls -lk $IMGFILE| cut -f5 -d" ") + IMGSIZE=$(ls -l --block-size=1024 $IMGFILE| cut -f5 -d" ") if [ $IMGSIZE -lt $SIZEREQUIRED ];then echolog "truncate --size=\">$SIZEREQUIRED\"k $IMGFILE" truncate --size=">$SIZEREQUIRED"k $IMGFILE 2>&1 > $REPOLOG -- cgit v1.2.3-18-g5258