Skip to content

Commit c1db6bf

Browse files
committed
Update from base builder
1 parent 6271c99 commit c1db6bf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ if [ -z "$_conf" ] ; then
1111
fi
1212

1313

14-
15-
16-
VM_HOST_IP="192.168.122.1"
17-
VM_HOST_IP_LISTEN_PORT=48392
18-
1914
. "$_conf"
2015

2116

@@ -279,7 +274,7 @@ ssh $osname sh <<EOF
279274
echo 'StrictHostKeyChecking=no' >.ssh/config
280275
281276
echo "Host host" >>.ssh/config
282-
echo " HostName $VM_HOST_IP" >>.ssh/config
277+
echo " HostName 192.168.122.1" >>.ssh/config
283278
echo " User $USER" >>.ssh/config
284279
echo " ServerAliveInterval 1" >>.ssh/config
285280

0 commit comments

Comments
 (0)