Fix script again
This commit is contained in:
parent
66c2be07f8
commit
49fe919795
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue