default priority record for MX and SRV type

This commit is contained in:
Serghey Rodin 2013-03-31 18:30:10 +03:00
commit 200f50829a

View file

@ -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