Left out a space

This commit is contained in:
dylan araps 2016-01-06 12:04:43 +11:00
parent cf1d22aead
commit b5be49e545
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ getmemory () {
memfree=$2
memavail=$((memtotal - memfree))
memused=$((memtotal - memavail))
memory="$((${memused%% *} / 1024))MB /"
memory="$((${memused%% *} / 1024))MB / "
memory+="$((${memtotal%% *} / 1024))MB"
;;