Fix issues with progress bar and memory usage

This commit is contained in:
Dylan 2016-03-03 14:14:02 +11:00
parent c2f4f04c9b
commit b587c3f7c9
2 changed files with 2 additions and 2 deletions

View file

@ -1079,7 +1079,7 @@ getmemory () {
esac
[ "$memory_bar" == "on" ] && \
memory+=" $(bar "$((memused / 100000))" "$((memtotal / 100000))")"
memory+=" $(bar "$memused" "$memtotal")"
}
# }}}