From d20950ed1c0e42e71059ae5759b010676a23c9e6 Mon Sep 17 00:00:00 2001 From: Alan Kennedy Date: Mon, 25 Oct 2004 00:03:12 +0000 Subject: [PATCH 1/1] Tambien se graba en bytes el logsize en los conf particualres --- afinstal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afinstal b/afinstal index e6c2692..e4ef3d9 100755 --- a/afinstal +++ b/afinstal @@ -472,7 +472,7 @@ MARCA echo "${prefix}_LOGFILE=\"$LOGFILE\"" >> $ownconffile numline=$(($numline+1)) changeLine "$CONFFILE" "$numline" "LOGSIZE = "$(($LOGSIZE*1024*1024)) - echo "${prefix}_LOGSIZE=$LOGSIZE" >> $ownconffile + echo "${prefix}_LOGSIZE=$(($LOGSIZE*1024*1024))" >> $ownconffile numline=$(($numline+1)) if [ "$comando" = "antifraude.pl" ]; then changeLine "$CONFFILE" "$numline" "DATADIR = $DATADIR" -- 2.43.0