remove empty last command
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 3 Apr 2022 19:45:56 +0000 (21:45 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 3 Apr 2022 19:45:56 +0000 (21:45 +0200)
dell-switch.pl

index 3c990c8..6ca957b 100755 (executable)
@@ -99,7 +99,7 @@ while() {
        } elsif ( $buff =~ m/Password:/ ) {
                send_pty "$passwd\n";
                $buff = '';
-       } elsif ( $buff =~ m/[\n\r]([\w\-\(\)]+)#$/ ) {
+       } elsif ( $buff =~ m/[\n\r\b]([\w\-\(\)]+)#\s*$/ ) {
                my $hostname = $1;
                if ( $buff ) {
                        save_log $ip, $hostname, $command, $buff;
@@ -146,4 +146,3 @@ show vlan
 show running-config
 show bridge address
 show interfaces status
-