Change message of the day
This commit is contained in:
5
templates/etc/update-motd.d/07-logins
Executable file
5
templates/etc/update-motd.d/07-logins
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
source /etc/update-motd.d/colors.txt
|
||||
|
||||
echo -e " ${TITLE_COLOR}SSH Logins..........:${DEFAULT_COLOR} ${TEXT_COLOR}$(who | wc -l)${DEFAULT_COLOR} users logged in"
|
||||
Reference in New Issue
Block a user