fix: set the next notif for 6 days instead of 7
This commit is contained in:
parent
26c828e413
commit
85bed96459
@ -16,4 +16,4 @@ fi
|
||||
notif "Hello, your container at SSH.SURF has hit its expire date, if not extended before 6PM EST the container will be removed automatically. Use /extend to gain another 7 days."
|
||||
|
||||
date=$(curl -sH "x-ssh-auth: $API_KEY" $API_HOST/time | grep -o '"expireDate":"[^"]*' | grep -o '[^"]*$')
|
||||
at -t $(date -d $date +'%Y%m%d%H%M' -d "$end_date+7 days") -f /var/tools/container-expire-notifs/notify.sh
|
||||
at -t $(date -d $date +'%Y%m%d%H%M' -d "$end_date+6 days") -f /var/tools/container-expire-notifs/notify.sh
|
||||
|
Loading…
Reference in New Issue
Block a user