mirror of https://github.com/k3s-io/k3s
Fixup pr165
parent
d7e5c86041
commit
c7b2548f66
|
@ -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
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue