mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
default priority record for MX and SRV type
This commit is contained in:
parent
862012be3f
commit
200f50829a
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ dvalue=$(echo "$dvalue" | tr '[:upper:]' '[:lower:]')
|
|||
priority=$6
|
||||
id=$7
|
||||
restart=$8
|
||||
if [ -z "$priority" ]; then
|
||||
priority=10
|
||||
fi
|
||||
|
||||
# Includes
|
||||
source $VESTA/conf/vesta.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue