Skip to content

Commit

Permalink
Update dns_ops.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsrainbow committed Sep 29, 2015
1 parent 3d5fc4d commit 45b616f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/dns_ops.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ function update_record(){
}

check_root
while getopts "t:u:n:v:" opts
do
while getopts "t:u:n:v:" opts; do
case "$opts" in
"t")
record_type=$OPTARG
Expand Down

0 comments on commit 45b616f

Please sign in to comment.