mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
fix days for three months
This commit is contained in:
parent
b82c923598
commit
57b4d1f5d1
@ -25,7 +25,7 @@ reset=$(tput sgr 0)
|
||||
|
||||
# # Delete all the monitor logs before 3 days before taking the backup.
|
||||
THREE_DAYS_AGO=$(date -d "-3 days" +"%Y-%m-%d")
|
||||
THREE_MONTHS_AGO=$(date -d "-120 days" +"%Y-%m-%d")
|
||||
THREE_MONTHS_AGO=$(date -d "-90 days" +"%Y-%m-%d")
|
||||
SIX_MONTHS_AGO=$(date -d "-180 days" +"%Y-%m-%d")
|
||||
|
||||
function HELP() {
|
||||
|
Loading…
Reference in New Issue
Block a user