From a2fdee634b93949c3643eb849719a622393bb8b3 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 24 Oct 2004 23:47:06 +0000 Subject: [PATCH] Mutiplico el LOGSIZE*1024*1024 para que quede en bytes --- afinstal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afinstal b/afinstal index a7590f1..e6c2692 100755 --- a/afinstal +++ b/afinstal @@ -471,7 +471,7 @@ MARCA changeLine "$CONFFILE" "$numline" "LOGFILE = $LOGFILE" echo "${prefix}_LOGFILE=\"$LOGFILE\"" >> $ownconffile numline=$(($numline+1)) - changeLine "$CONFFILE" "$numline" "LOGSIZE = $LOGSIZE" + changeLine "$CONFFILE" "$numline" "LOGSIZE = "$(($LOGSIZE*1024*1024)) echo "${prefix}_LOGSIZE=$LOGSIZE" >> $ownconffile numline=$(($numline+1)) if [ "$comando" = "antifraude.pl" ]; then -- 2.43.0