mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fixup pr165
This commit is contained in:
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
Block a user