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

Commit

Permalink
Merge 9a57ec9 into 3c2a7c0
Browse files Browse the repository at this point in the history
  • Loading branch information
msysyamamoto committed Aug 25, 2015
2 parents 3c2a7c0 + 9a57ec9 commit 5b57ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/rel/files/boot
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ case "$1" in
__running_args="$GENERATED_CONFIG_DIR/vm.args"
# Make sure the .conf is copied to the running-config directory
if [ ! -f "$__running_conf" ]; then
if [ -f "$__release_conf"]; then
if [ -f "$__release_conf" ]; then
cp "$__release_conf" "$__running_conf"
fi
fi
Expand Down

0 comments on commit 5b57ad1

Please sign in to comment.