shellcheck

This commit is contained in:
Michael Vines
2019-01-09 22:06:58 -07:00
parent 86f19a3ab3
commit d5f27f9b1e

View File

@ -443,6 +443,7 @@ stopNode() {
echo "--- Stopping node: $ipAddress"
(
set -x
# shellcheck disable=SC2029 # It's desired that PS4 be expanded on the client side
ssh "${sshOptions[@]}" "$ipAddress" "
PS4=\"$PS4\"
set -x