mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
whitespace
This commit is contained in:
@@ -253,7 +253,6 @@ for (my $i = $::first_port; $i <= $::last_port; $i++) {
|
|||||||
|
|
||||||
# create live endpoint
|
# create live endpoint
|
||||||
my $ip_addr = $::port_ips{$i};
|
my $ip_addr = $::port_ips{$i};
|
||||||
|
|
||||||
open(my $fh, ">", $::port_file{$i} ) || die "unable to create file $::port_file{$i}";
|
open(my $fh, ">", $::port_file{$i} ) || die "unable to create file $::port_file{$i}";
|
||||||
print $fh $::port_download{$i};
|
print $fh $::port_download{$i};
|
||||||
close $fh;
|
close $fh;
|
||||||
|
|||||||
Reference in New Issue
Block a user