minor changes to readme
This commit is contained in:
parent
9f2c953383
commit
4d5076ff64
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ In the next example a message will be sent every time the user `user` logs in to
|
|||
> Added the next lines at the bottom of `~/.profile` file
|
||||
```shell
|
||||
# Telme on login
|
||||
telme -m "A new Login:\n\`\`\` user: $(whoami) | hostname: $(hostname) | remote ip $(who | cut -d'(' -f2 | cut -d')' -f1)\`\`\` Hope this is you!"
|
||||
telme -m "A new Login:\`\`\` user: $(whoami) | hostname: $(hostname) | remote ip $(who | cut -d'(' -f2 | cut -d')' -f1)\`\`\` Hope this is you\!"
|
||||
```
|
||||
|
||||
###### Task message
|
||||
|
|
Loading…
Reference in a new issue