summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsyrep-chub-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/syrep-chub-client b/syrep-chub-client
index 4f1c6ef..483cb73 100755
--- a/syrep-chub-client
+++ b/syrep-chub-client
@@ -12,7 +12,7 @@ if [ -z "$SOURCE" ] ; then
fi
URL="https://seth.intheinter.net/lennart/syrep-chub/upload.cgi"
-DATE=$(date '+%Y%m%d%k%M%S')
+DATE=$(date '+%Y%m%d%H%M%S')
FNAME="$HOSTNAME-$DATE"
exec curl -u "$USERNAME:$PASSWORD" -f -s -k -T "$SOURCE" "$URL?$FNAME" > /dev/null