without number users connected to system
This commit is contained in:
parent
6bfab0cac1
commit
05da457db3
|
@ -29,7 +29,7 @@ echo -e "${RED}Packages:${RESET} $PACKAGES"
|
|||
echo -e "${RED}Shell:${RESET} $SHELL $BASH_VERSION_NUMBER"
|
||||
echo -e "${RED}Last Login:${RESET}\nUser -> $LAST_LOGIN_USER\nTime -> $LAST_LOGIN_TIME_HOUR\nIP -> $LAST_LOGIN_IP_FROM_USER"
|
||||
echo -e "${RED}Uptime system:${RESET}\n$UPTIME_SYSTEM"
|
||||
echo -e "${RED}Number of Users connected to the system:${RESET}\n$NUMBER_USERS_CONNECTED"
|
||||
#echo -e "${RED}Number of Users connected to the system:${RESET}\n$NUMBER_USERS_CONNECTED"
|
||||
echo -e "${RED}Users connected to the system:${RESET}\n$LIST_USERS_CONNECTED"
|
||||
echo -e ""
|
||||
echo -e "****************************************************************************"
|
||||
|
|
Loading…
Reference in New Issue