spawn id exp6未打开

时间:2017-07-20 18:43:08

标签: bash expect

我第一次使用expect来自动输入脚本,但每次执行此脚本时都会出现错误send: spawn id exp6 not open

脚本是

#!/usr/bin/expect -f
spawn runuser -l  abc -c cd xyz/abc && ./server.bash add_to_key 1.1.1.1 636
expect -nocase "$\n"
send "yes\n"

我得到的输出是

spawn runuser -l  abc -c cd xyz/abc && ./server.bash add_to_key 1.1.1.1 636
send: spawn id exp6 not open
    while executing
"send "yes\n""
    (file "./test.sh" line 4)

非常感谢任何帮助。

0 个答案:

没有答案