bitwalker / distillery

Simplify deployments in Elixir with OTP releases!
MIT License
2.97k stars 398 forks source link

Ensure RELEASE_MUTABLE_DIR exists before writing to it #679

Closed mobileoverlord closed 5 years ago

mobileoverlord commented 5 years ago

Fixes issue with trying to boot initial release.

_build/dev/rel/example/bin/example console
cp: /Users/jschneck/Developer/nerves/shoehorn/example/_build/dev/rel/example/var/start_erl.data: No such file or directory
bitwalker commented 5 years ago

Thanks!