Skip to content

Commit

Permalink
Fix typo in bootstrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Sep 23, 2022
1 parent e2d703f commit ff72809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/bootstrap/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ function spawn_node() {
-p $SSH_PORT \
-i $SSH_KEYFILE \
"root@$node_ip" \
exit
2>/dev/null
exit \
2>/dev/null
then
break
fi
Expand Down

0 comments on commit ff72809

Please sign in to comment.