Skip to content

Commit dc6f4a1

Browse files
authored
Merge pull request #1967 from tonoitp/tonoitp-cisco_asa-patch
Update ssh_asa-fwsmconfig_diff
2 parents 98be3e6 + 65d56ea commit dc6f4a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/agentlessd/scripts/ssh_asa-fwsmconfig_diff

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ expect {
171171
}
172172
}
173173
}
174+
"ERROR*Invalid input detected at" {
175+
send_user "No enable requires\n"
176+
}
174177
timeout {
175178
send_user "ERROR: Timeout while running enable on host: $hostname .\n"
176179
exit 1;

0 commit comments

Comments
 (0)