From 05da457db3886627e55d475ac4743d2a17d6e3d5 Mon Sep 17 00:00:00 2001 From: rubenb Date: Tue, 31 Oct 2023 13:25:09 +0100 Subject: [PATCH] without number users connected to system --- roles/config-base-debian-os/files/mymotd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/config-base-debian-os/files/mymotd.sh b/roles/config-base-debian-os/files/mymotd.sh index fa8ca5e..a0ebb25 100644 --- a/roles/config-base-debian-os/files/mymotd.sh +++ b/roles/config-base-debian-os/files/mymotd.sh @@ -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 "****************************************************************************"