mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
Utils: inevitable whitespace conversion
This commit is contained in:
@@ -85,7 +85,7 @@ sub telnet {
|
||||
sub doCmd {
|
||||
my $self = shift;
|
||||
my $cmd = shift;
|
||||
print "CMD[[$cmd]]\n";
|
||||
#print "CMD[[$cmd]]\n";
|
||||
my $t = ${$self->{telnet}};
|
||||
if ( !$self->cli_send_silent() || (defined $ENV{'LOG_CLI'} && $ENV{'LOG_CLI'} ne "")) {
|
||||
$self->log_cli($cmd);
|
||||
|
||||
Reference in New Issue
Block a user