Fix date format

This commit is contained in:
waffles
2023-01-20 08:06:34 -08:00
parent 322a1bc9e7
commit b19aa738b8
+1 -1
View File
@@ -6,4 +6,4 @@ LOGFILE=/tmp/media_remove.log
REMOVED=$(/usr/bin/docker exec -i $DOCKER_IMAGE /opt/mastodon/bin/tootctl media remove --days $DAYS 2>&1 | egrep -e '^Removed')
echo "$(date +%I): $REMOVED" >> $LOGFILE
echo "$(date): $REMOVED" >> $LOGFILE