aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslepher <[email protected]>2018-10-30 15:23:16 +0800
committerslepher <[email protected]>2018-10-30 15:23:16 +0800
commit23a708b7fdfee85635cb9e1650bc400e93d19514 (patch)
tree2f279b93c3d50f07b8c97b57501f2e26d18e6e42
parent9f9989167b04c1335c23fafe9945f490abbff799 (diff)
downloadrelx-23a708b7fdfee85635cb9e1650bc400e93d19514.tar.gz
relx-23a708b7fdfee85635cb9e1650bc400e93d19514.tar.bz2
relx-23a708b7fdfee85635cb9e1650bc400e93d19514.zip
fix --relx-disable-hooks cause start_boot <boot_file> start fail
-rwxr-xr-xpriv/templates/extended_bin2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/extended_bin b/priv/templates/extended_bin
index a06c2c3..6c012b2 100755
--- a/priv/templates/extended_bin
+++ b/priv/templates/extended_bin
@@ -530,7 +530,7 @@ case "$1" in
relx_run_hooks "$PRE_START_HOOKS"
"$BINDIR/run_erl" -daemon "$PIPE_DIR" "$RUNNER_LOG_DIR" \
- "exec \"$RELEASE_ROOT_DIR/bin/$REL_NAME\" \"$START_OPTION\" --relx-disable-hooks $ARGS"
+ "exec \"$RELEASE_ROOT_DIR/bin/$REL_NAME\" \"$START_OPTION\" $ARGS --relx-disable-hooks"
relx_run_hooks "$POST_START_HOOKS"
;;