Skip to content

Commit

Permalink
fix: docker share dir init
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyc-z committed Jan 3, 2018
1 parent 9c5f337 commit 4e976e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/launcher
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,14 @@ init_secret_key(){
fi
}

init_sharedir(){
mkdir -p "$sharedir"
}

bootstrap() {

init_sharedir

init_secret_key

rebuild
Expand Down

0 comments on commit 4e976e4

Please sign in to comment.