Merge pull request #244 from rsmitty/issue-219
Remove need to pre-create writeable dir on CoreOSpull/247/head
commit
24ee97d558
|
@ -3,6 +3,8 @@ set -e
|
|||
|
||||
BINDIR="/opt/bin"
|
||||
|
||||
mkdir -p $BINDIR
|
||||
|
||||
cd $BINDIR
|
||||
|
||||
if [[ -e $BINDIR/.bootstrapped ]]; then
|
||||
|
|
Loading…
Reference in New Issue