mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-06-03 20:39:36 +08:00
Fix shellcheck
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user