mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-12 18:40:03 -03:30
Merge pull request #244 from rsmitty/issue-219
Remove need to pre-create writeable dir on CoreOS
This commit is contained in:
commit
24ee97d558
@ -3,6 +3,8 @@ set -e
|
||||
|
||||
BINDIR="/opt/bin"
|
||||
|
||||
mkdir -p $BINDIR
|
||||
|
||||
cd $BINDIR
|
||||
|
||||
if [[ -e $BINDIR/.bootstrapped ]]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user