Skip to content

Commit

Permalink
refactor: add space after redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccurious committed Dec 22, 2023
1 parent e4bedfd commit 11b590d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ while [ "${ibd_status}" = true ]; do
echo "Exiting the script for CI runners."
bitcoin_pid="$(cat "${bitcoin_core_data_dir}"/bitcoind.pid)"
bitcoin-cli stop
while ps -p "${bitcoin_pid}"; do sleep 0.1; done &>/dev/null
while ps -p "${bitcoin_pid}"; do sleep 0.1; done &> /dev/null
exit 0
fi

Expand Down

0 comments on commit 11b590d

Please sign in to comment.