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 = ''
|
text = ''
|
||||||
now="$(date +%s)"
|
now="$(date +%s)"
|
||||||
stamp="$(echo $now - 2592000 | bc)"
|
stamp="$(echo "$now - 2592000" | bc)"
|
||||||
|
|
||||||
tmp="$(mktemp -d)"
|
tmp="$(mktemp -d)"
|
||||||
date="$(date --date="@$stamp" -I)"
|
date="$(date --date="@$stamp" -I)"
|
||||||
|
|
Loading…
Reference in a new issue