fixup! route53: Add support for Amazon AWS Route 53
reduce diff
This commit is contained in:
parent
e3c4080755
commit
78b84ac7db
1 changed files with 1 additions and 0 deletions
|
@ -1499,6 +1499,7 @@ sub main {
|
||||||
read_recap(opt('cache'));
|
read_recap(opt('cache'));
|
||||||
print_info() if opt('debug') && opt('verbose');
|
print_info() if opt('debug') && opt('verbose');
|
||||||
$daemon = opt('daemon');
|
$daemon = opt('daemon');
|
||||||
|
|
||||||
update_nics();
|
update_nics();
|
||||||
|
|
||||||
if ($daemon) {
|
if ($daemon) {
|
||||||
|
|
Loading…
Reference in a new issue