We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RELEASE_READ_ONLY
foreground
mkdir: cannot create directory ‘<YOUR_DIR_HERE>/var’: Read-only file system
#670 introduced a change, that modified expected location of start_erl.data. Once release is built directory has the following structure:
start_erl.data
├── bin ├── erts-9.3.3.5 ├── lib └── releases ├── 0.1.0 ├── RELEASES └── start_erl.data
After the #670 change, start_erl.data file is expected at var/start_erl.data:
var/start_erl.data
4ebfe9a#diff-bb0b28dac91fa3fff22ffea720be6334R10
distillery/priv/templates/release_rc_exec.eex
Lines 10 to 11 in b7805d2
The text was updated successfully, but these errors were encountered:
closes as duplicate of #693
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
RELEASE_READ_ONLY
foreground
.mkdir: cannot create directory ‘<YOUR_DIR_HERE>/var’: Read-only file system
Description of issue
#670 introduced a change, that modified expected location of
start_erl.data
.Once release is built directory has the following structure:
After the #670 change,
start_erl.data
file is expected atvar/start_erl.data
:4ebfe9a#diff-bb0b28dac91fa3fff22ffea720be6334R10
distillery/priv/templates/release_rc_exec.eex
Lines 10 to 11 in b7805d2
The text was updated successfully, but these errors were encountered: