Fix shellcheck

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2019-10-17 13:24:32 +09:00
parent 0a2e339245
commit 21f4664294
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -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