Skip to content

Commit

Permalink
Add glances command
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Oct 24, 2018
1 parent 16a5f49 commit a074f4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fixes.sh
Expand Up @@ -213,6 +213,11 @@ check process 9590 with pidfile /run/9590.pid
/root/nems/nems-tools/warninglight >> /var/log/nems/nems-tools/warninglight 2>&1 &
fi

# Install glances command
if [[ ! -e /usr/bin/glances ]]; then
apt -y install glances
fi

fi

if (( $(awk 'BEGIN {print ("'$ver'" >= "'1.4.1'")}') )); then
Expand Down

0 comments on commit a074f4a

Please sign in to comment.