Adding some output
This commit is contained in:
parent
73fef605a5
commit
c671927ba8
4
badgy
4
badgy
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
CURLIE="curlie -I"
|
||||
CURLIE="curlie"
|
||||
|
||||
clockin()
|
||||
{
|
||||
|
@ -25,7 +25,7 @@ devalidate()
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue