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
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
. setup-rancher-path.sh
|
|
||||||
|
|
||||||
cd $(dirname $0)/..
|
cd $(dirname $0)/..
|
||||||
|
|
||||||
|
. ./scripts/setup-rancher-path.sh
|
||||||
|
|
||||||
# Prime sudo
|
# Prime sudo
|
||||||
sudo echo Compiling
|
sudo echo Compiling
|
||||||
|
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
. setup-rancher-path.sh
|
|
||||||
|
|
||||||
cd $(dirname $0)/..
|
cd $(dirname $0)/..
|
||||||
|
|
||||||
|
. ./scripts/setup-rancher-path.sh
|
||||||
|
|
||||||
IP=$(ip addr show dev docker0 | grep -w inet | awk '{print $2}' | cut -f1 -d/)
|
IP=$(ip addr show dev docker0 | grep -w inet | awk '{print $2}' | cut -f1 -d/)
|
||||||
docker run \
|
docker run \
|
||||||
--read-only \
|
--read-only \
|
||||||
|
Loading…
Reference in New Issue
Block a user