diff --git a/build-vm/boot.sh b/build-vm/boot.sh index 153de21..77b2f30 100755 --- a/build-vm/boot.sh +++ b/build-vm/boot.sh @@ -1,4 +1,7 @@ #!/bin/sh +echo +cd /home/security/workshop +git pull origin master IP=`ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print \$1}'`