improved on_user_login

This commit is contained in:
2014-02-20 14:49:54 +00:00
parent 40dff011a4
commit f0baf96450

2
bin/on_user_login Normal file → Executable file
View File

@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
if [ -f ~/bin/say_in_english ]; then 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 fi