Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
Fix issue with VMARGS_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Oct 26, 2015
1 parent b9d96e4 commit 5dea12c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions priv/rel/files/boot
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ if [ -z "$RELEASE_CONFIG_DIR" ]; then
fi

SYS_CONFIG="$GENERATED_CONFIG_DIR/sys.config"
if [ -r "$VMARGS_PATH" ]; then
VMARGS_PATH="$VMARGS_PATH"
else
if [ -z "$VMARGS_PATH" ]; then
VMARGS_PATH="$GENERATED_CONFIG_DIR/vm.args"
fi

Expand Down

0 comments on commit 5dea12c

Please sign in to comment.