mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Merge branch 'master' of github.com:serghey-rodin/vesta
This commit is contained in:
commit
03e6d1e143
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ record=$(idn -t --quiet -u "$3" )
|
|||
record=$(echo "$record" | tr '[:upper:]' '[:lower:]')
|
||||
rtype=$(echo "$4"| tr '[:lower:]' '[:upper:]')
|
||||
dvalue=$(idn -t --quiet -u "$5" )
|
||||
dvalue=$(echo "$dvalue" | tr '[:upper:]' '[:lower:]')
|
||||
priority=$6
|
||||
id=$7
|
||||
restart=$8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue