Skip to content

Commit

Permalink
fixup! Make bootstrapper start command detached
Browse files Browse the repository at this point in the history
  • Loading branch information
akorneta committed Nov 30, 2017
1 parent 89f3a19 commit 312dad1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ protected void doBootstrapAsync(String installerWebsocketEndpoint, String output
+ " -file "
+ BOOTSTRAPPER_DIR
+ CONFIG_FILE
// redirects command output and makes the bootstrap process as detached, due
// to not to hold the socket connection for exec watcher.
+ " &>/dev/null &");
}

Expand Down

0 comments on commit 312dad1

Please sign in to comment.