use whoami rather than users to get username
This commit is contained in:
parent
5883b1d6ad
commit
4b634a4a4a
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
curl -s --header "Content-Type: text/plain" --header "X-Username: $(users)" -d "$*" https://kelder.zeus.ugent.be/messages/
|
||||
curl -s --header "Content-Type: text/plain" --header "X-Username: $(whoami)" -d "$*" https://kelder.zeus.ugent.be/messages/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue