Skip to content
Snippets Groups Projects
Commit 24ee97d5 authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

Merge pull request #244 from rsmitty/issue-219

Remove need to pre-create writeable dir on CoreOS
parents 242e96d2 f949bfd4
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@ set -e
BINDIR="/opt/bin"
mkdir -p $BINDIR
cd $BINDIR
if [[ -e $BINDIR/.bootstrapped ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment