Browse Source

Merge pull request #244 from rsmitty/issue-219

Remove need to pre-create writeable dir on CoreOS
pull/247/head
Smaine Kahlouch 8 years ago
parent
commit
24ee97d558
1 changed files with 2 additions and 0 deletions
  1. 2
      roles/coreos-bootstrap/files/bootstrap.sh

2
roles/coreos-bootstrap/files/bootstrap.sh

@ -3,6 +3,8 @@ set -e
BINDIR="/opt/bin"
mkdir -p $BINDIR
cd $BINDIR
if [[ -e $BINDIR/.bootstrapped ]]; then

Loading…
Cancel
Save