Skip to content

Commit

Permalink
Bugfix #51 - Mailbox don't count correctly how much accounts are back…
Browse files Browse the repository at this point in the history
…ed up when try to send the e-mail;
  • Loading branch information
lucascbeyeler committed Oct 8, 2017
1 parent 264b71b commit 0116b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/lib/bash/NotifyAction.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function notify_finish()
SIZE=$(du -h $WORKDIR/$1 | awk {'print $1'})
if [[ "$1" == "mbox"* ]]; then
QTDE=$(ls $WORKDIR/$1/*.tgz | wc -l)
else:
else
QTDE=$(ls $WORKDIR/$1/*.ldiff | wc -l)
fi

Expand Down

0 comments on commit 0116b9a

Please sign in to comment.