typo: will now correctly recognize and notify freed space - fixes #1

This commit is contained in:
Tamás Gérczei 2017-08-30 15:40:17 +02:00
parent c0667adce9
commit 5ce52cf478
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ function backup() {
if [ $_DELTA -lt 0 ]
then
_DELTA=$(( _$DELTA * -1 ))
_DELTA=$(( $_DELTA * -1 ))
WHAT="freed"
fi