浏览代码

Expand the regex for newer switches.

Joe Clarke 1 年之前
父节点
当前提交
01a398be82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      eem/tm_sw_autoconf.tcl

+ 1 - 1
eem/tm_sw_autoconf.tcl

@@ -240,7 +240,7 @@ if { $config != {} } {
             error $result $errorInfo
         }
 
-        if { [catch {cli_read_pattern $cli(fd) "confirm"} result] } {
+        if { [catch {cli_read_pattern $cli(fd) "(confirm|continue)"} result] } {
             error $result $errorInfo
         }