]> git.llucax.com Git - z.facultad/75.08/llamadas.git/commitdiff
Tambien se graba en bytes el logsize en los conf particualres
authorAlan Kennedy <kennedya@3dgames.com.ar>
Mon, 25 Oct 2004 00:03:12 +0000 (00:03 +0000)
committerAlan Kennedy <kennedya@3dgames.com.ar>
Mon, 25 Oct 2004 00:03:12 +0000 (00:03 +0000)
afinstal

index e6c26924e3e24f42b1fea7068d615e97e4733cce..e4ef3d9d5a695c71096de2aa0f4fe948b81b8a26 100755 (executable)
--- 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"