Skip to content

Commit

Permalink
Merge pull request #26 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 1.5.0
  • Loading branch information
andyone authored Dec 25, 2016
2 parents 212efd2 + 97887de commit 265c038
Show file tree
Hide file tree
Showing 5 changed files with 260 additions and 218 deletions.
15 changes: 7 additions & 8 deletions SOURCES/nodeinfo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###############################################################################

APP="RPMBuilder Node Info Viewer"
VER="1.0.0"
VER="1.0.1"

###############################################################################

Expand All @@ -19,13 +19,12 @@ main() {
pkg_ver=$(getNodePackageVersion)

echo ""
echo " CPU: $cpu_model ($proc_num)"
echo " Memory: $mem_usage"
echo " Swap: $swap_usage"
echo " OS: $os_version"
echo " Kernel: $kernel"
echo " Package: $pkg_ver"
echo ""
echo " CPU: ${cpu_model:--} (${proc_num:--})"
echo " Memory: ${mem_usage:--}"
echo " Swap: ${swap_usage:--}"
echo " OS: ${os_version:--}"
echo " Kernel: ${kernel:--}"
echo " Package: ${pkg_ver:--}"
}

getProcNum() {
Expand Down
Loading

0 comments on commit 265c038

Please sign in to comment.