Adding some output

This commit is contained in:
Philippe Caseiro 2022-03-22 13:59:24 +01:00
parent 73fef605a5
commit c671927ba8
1 changed files with 2 additions and 2 deletions

4
badgy
View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
CURLIE="curlie -I" CURLIE="curlie"
clockin() clockin()
{ {
@ -25,7 +25,7 @@ devalidate()
show() show()
{ {
${CURLIE} -I POST ${BADGEURL}/showtimers key=${KEY} dateof=$(date +'%Y-%m-%d') ${CURLIE} POST ${BADGEURL}/showtimers key=${KEY} dateof=$(date +'%Y-%m-%d')
} }
if [ -e "${HOME}/.badgyrc" ]; then if [ -e "${HOME}/.badgyrc" ]; then