improved on_user_login
This commit is contained in:
Regular → Executable
+1
-1
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f ~/bin/say_in_english ]; then
|
||||
. ~/bin/say_in_english "$LOGNAME is connecting on `hostname`"
|
||||
. ~/bin/say_in_english "User $LOGNAME is connecting on machine `hostname`" &
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user