improved on_user_login

This commit is contained in:
2014-02-20 14:49:54 +00:00
parent 40dff011a4
commit f0baf96450
Regular → Executable
+1 -1
View File
@@ -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