Skip to content
Snippets Groups Projects
Commit bb1213ae authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6745-extend-unit-check' into 'master'

remove pipes in status line

See merge request !203
parents d8095220 f92d8b96
Branches
No related tags found
1 merge request!203remove pipes in status line
......@@ -38,8 +38,8 @@ _sSwap=$( grep "SwapTotal:" /proc/meminfo | awk '{ print $2 " " $3}' )
# ----- status line
echo -n $( ph.getOS; ph.getOSMajor )
echo -n " | ${_iCpu} cpu"
echo -n " | $(ph.toUnit "${_iMem}K" "G" 3) GB ram"
echo -n " / ${_iCpu} cpu"
echo -n " / $(ph.toUnit "${_iMem}K" "G" 3) GB ram"
echo
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment