Browse Source

Fixed Typo in ee_system_status.sh

old-stable
gau1991 11 years ago
parent
commit
1210b85110
  1. 2
      src/modules/system/ee_system_status.sh

2
src/modules/system/ee_system_status.sh

@ -1,6 +1,6 @@
# System status information
fucntion ee_system_status()
function ee_system_status()
{
local ee_operating_system=$(lsb_release -d | awk '{print $2,$3,$4}')
local ee_system_load=$(cat /proc/loadavg | awk '{print $1}')

Loading…
Cancel
Save