Changed date flags to match alpines implementation.

This commit is contained in:
Daniel Mowitz 2023-08-24 23:12:19 +02:00
parent 7f70182cfe
commit c2740cc08d

View file

@ -1,6 +1,6 @@
#!/bin/sh
yesterday=`date -d 'yesterday' --iso-8601`
yesterday=`date -d 'yesterday' -I`
echo "/tmp/webmention-storage/$yesterday"