提交 8f9b3f47 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!5 modify readme

Merge pull request !5 from lemon.higgins/master
此差异已折叠。
......@@ -94,7 +94,7 @@ function REMOTE_REBOOT_WAIT() {
while [ $count -lt 60 ]; do
if ping -c 1 $remoteip; then
if SSH_CMD "echo '' > /dev/null 2>&1" $remoteip $remoteuser $remotepasswd; then
if SSH_CMD "echo '' > /dev/null 2>&1" $remoteip $remotepasswd $remoteuser; then
return 0
else
SLEEP_WAIT 10
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册