shellcheck
This commit is contained in:
@ -443,6 +443,7 @@ stopNode() {
|
|||||||
echo "--- Stopping node: $ipAddress"
|
echo "--- Stopping node: $ipAddress"
|
||||||
(
|
(
|
||||||
set -x
|
set -x
|
||||||
|
# shellcheck disable=SC2029 # It's desired that PS4 be expanded on the client side
|
||||||
ssh "${sshOptions[@]}" "$ipAddress" "
|
ssh "${sshOptions[@]}" "$ipAddress" "
|
||||||
PS4=\"$PS4\"
|
PS4=\"$PS4\"
|
||||||
set -x
|
set -x
|
||||||
|
Reference in New Issue
Block a user