fixed bug that slipped in during merge
This commit is contained in:
parent
32f513d64d
commit
fbf28886ca
|
@ -101,7 +101,7 @@ if (!program.servernames.length) {
|
|||
}
|
||||
|
||||
program.ports = Object.keys(portsMap);
|
||||
if (!opts.ports.length) {
|
||||
if (!program.ports.length) {
|
||||
program.ports = [ 80, 443 ];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue