Skip to content

Commit

Permalink
Update from base builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Jan 7, 2025
1 parent b9008f3 commit 7776917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ cat enablessh.local

if [ "$VM_USE_SSHROOT_BUILD_SSH" ]; then
vmip=$($vmsh getVMIP $osname)
sshpass -p "$VM_ROOT_PASSWORD" ssh -t root@$vmip <enablessh.local
sshpass -p "$VM_ROOT_PASSWORD" ssh -tt root@$vmip <enablessh.local
else
inputKeys "string root; enter; sleep 1;"
if [ "$VM_ROOT_PASSWORD" ]; then
Expand Down

0 comments on commit 7776917

Please sign in to comment.