From 87aec5d7eb502705148f570f0b6e11a8b9796b96 Mon Sep 17 00:00:00 2001 From: Neilpang Date: Thu, 9 Jan 2025 02:56:51 +0000 Subject: [PATCH] Update from base builder --- build.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build.sh b/build.sh index 6352e85..63966b2 100644 --- a/build.sh +++ b/build.sh @@ -226,6 +226,12 @@ cat enablessh.local if [ "$VM_USE_SSHROOT_BUILD_SSH" ]; then vmip=$($vmsh getVMIP $osname) sshpass -p "$VM_ROOT_PASSWORD" ssh -o StrictHostKeyChecking=no -tt root@$vmip TERM=xterm