Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 28, 2023
1 parent 0a77448 commit 69669d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $vmsh startVM $osname



waitForText "logi"
waitForText "$VM_LOGIN_TAG"
sleep 2

inputKeys "string root; enter"
Expand Down Expand Up @@ -205,8 +205,8 @@ if [ -z "$VM_RSYNC_PKG$VM_SSHFS_PKG" ]; then
else
$vmsh startVM $osname

waitForText "logi"
sleep 2
waitForText "Local package"
sleep 10

ssh $osname sh <<<"$VM_INSTALL_CMD $VM_RSYNC_PKG $VM_SSHFS_PKG"
fi
Expand Down

0 comments on commit 69669d6

Please sign in to comment.