Fix shellcheck
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
0a2e339245
commit
21f4664294
@ -16,9 +16,9 @@ FILES_TO_SEND=(
|
|||||||
scripts/louts-miner.service
|
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
|
set -euo pipefail
|
||||||
|
|
||||||
systemctl stop lotus-storage-miner
|
systemctl stop lotus-storage-miner
|
||||||
|
Loading…
Reference in New Issue
Block a user