mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
changed date format for exp
This commit is contained in:
parent
2f6e8ce174
commit
3bcddb3d07
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ domain=$(idn -t --quiet -u "$2" )
|
|||
domain_idn=$(idn -t --quiet -a "$domain")
|
||||
ip="$3"
|
||||
template="${4-default}"
|
||||
next_year=$(date +%d-%m-%y -d "+ 1 year")
|
||||
next_year=$(date +%m-%d-%y -d "+ 1 year")
|
||||
exp="${5-$next_year}"
|
||||
soa="$6"
|
||||
ttl="${7-14400}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue