shellcheck

This commit is contained in:
Michael Vines 2019-01-09 22:06:58 -07:00
parent 86f19a3ab3
commit d5f27f9b1e
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 0 deletions

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