Left out a space
This commit is contained in:
parent
cf1d22aead
commit
b5be49e545
1 changed files with 1 additions and 1 deletions
2
fetch.sh
2
fetch.sh
|
@ -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"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue