From c671927ba8f07b8225afb07224768e5962579ab4 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 22 Mar 2022 13:59:24 +0100 Subject: [PATCH] Adding some output --- badgy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/badgy b/badgy index 271fc10..95de7ce 100755 --- a/badgy +++ b/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