Skip to content

Commit

Permalink
Fixed bootstrap.sh
Browse files Browse the repository at this point in the history
Switch to 'shutdown' from 'terminate'. Thank you again @clausmuus
  • Loading branch information
mko-x committed Jul 5, 2017
1 parent e306227 commit 0a5302a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function shutdown() {
}

# run shutdown
trap terminate SIGINT
trap shutdown SIGINT
wait

# return received result
Expand Down

0 comments on commit 0a5302a

Please sign in to comment.