diff options
-rwxr-xr-x | sysinfo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ NC="\e[0m" clear cat /etc/motd echo -echo -e "${BLUE}Host:${NC} $(hostname)" +echo -e "${BLUE}Host:${NC} $HOST" echo -e "${BLUE}Uptime:$NC ${${$(uptime)%%,*}##*up }, ${$(</proc/loadavg)% *}" if [ -x /usr/bin/fortune ]; then |