From 21f4664294be86d8210cd21ba8ce264165d1fc97 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Thu, 17 Oct 2019 13:24:32 +0900 Subject: [PATCH] Fix shellcheck License: MIT Signed-off-by: Jakub Sztandera --- scripts/deploy-node.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy-node.sh b/scripts/deploy-node.sh index 4e954773d..4fc3d9aff 100755 --- a/scripts/deploy-node.sh +++ b/scripts/deploy-node.sh @@ -16,9 +16,9 @@ FILES_TO_SEND=( scripts/louts-miner.service ) -rsync -P "${FILES_TO_SEND[@]} $HOST:~/lotus-stage/ +rsync -P "${FILES_TO_SEND[@]}" "$HOST:~/lotus-stage/" -ssh "$HOST" 'bash -s' << EOF +ssh "$HOST" 'bash -s' << 'EOF' set -euo pipefail systemctl stop lotus-storage-miner