From: Alan Kennedy Date: Mon, 25 Oct 2004 00:03:12 +0000 (+0000) Subject: Tambien se graba en bytes el logsize en los conf particualres X-Git-Tag: svn_import~39 X-Git-Url: https://git.llucax.com/z.facultad/75.08/llamadas.git/commitdiff_plain/d20950ed1c0e42e71059ae5759b010676a23c9e6?hp=a2fdee634b93949c3643eb849719a622393bb8b3 Tambien se graba en bytes el logsize en los conf particualres --- 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"