Fix script again

This commit is contained in:
jaina heartles 2024-02-27 19:33:28 -08:00
parent 66c2be07f8
commit 49fe919795

View file

@ -173,7 +173,7 @@ in {
];
text = ''
now="$(date +%s)"
stamp="$(echo $now - 2592000 | bc)"
stamp="$(echo "$now - 2592000" | bc)"
tmp="$(mktemp -d)"
date="$(date --date="@$stamp" -I)"