Changed date flags to match alpines implementation.
This commit is contained in:
parent
7f70182cfe
commit
c2740cc08d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
yesterday=`date -d 'yesterday' --iso-8601`
|
yesterday=`date -d 'yesterday' -I`
|
||||||
|
|
||||||
echo "/tmp/webmention-storage/$yesterday"
|
echo "/tmp/webmention-storage/$yesterday"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue