Fixup pr165

This commit is contained in:
Darren Shepherd 2019-03-07 09:32:33 -07:00
parent d7e5c86041
commit c7b2548f66
2 changed files with 6 additions and 4 deletions

View File

@ -1,10 +1,10 @@
#!/bin/bash
set -e
. setup-rancher-path.sh
cd $(dirname $0)/..
. ./scripts/setup-rancher-path.sh
# Prime sudo
sudo echo Compiling

View File

@ -1,8 +1,10 @@
#!/bin/bash
. setup-rancher-path.sh
set -e
cd $(dirname $0)/..
. ./scripts/setup-rancher-path.sh
IP=$(ip addr show dev docker0 | grep -w inet | awk '{print $2}' | cut -f1 -d/)
docker run \
--read-only \