Skip to content

Commit

Permalink
Append newline
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Jul 25, 2024
1 parent 0fd5cae commit feeda53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/tezos/scripts/smart-rollup-operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ CMD="$TEZ_BIN/octez-smart-rollup-node \
-d $CLIENT_DIR \
run \
--data-dir ${ROLLUP_DATA_DIR}"
exec $CMD
exec $CMD
2 changes: 1 addition & 1 deletion charts/tezos/scripts/smart-rollup-snapshot-downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ echo "Did not find a pre-existing smart rollup snapshot."

echo "Downloading ${SNAPSHOT_URL}"
mkdir -p "$rollup_data_dir"
curl -LfsS ${SNAPSHOT_URL} | tee >(sha256sum > ${snapshot_file}.sha256sum) > "$snapshot_file"
curl -LfsS ${SNAPSHOT_URL} | tee >(sha256sum > ${snapshot_file}.sha256sum) > "$snapshot_file"
2 changes: 1 addition & 1 deletion charts/tezos/scripts/smart-rollup-snapshot-importer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ fi
${smart_rollup_node} --endpoint ${NODE_RPC_URL} snapshot import ${snapshot_file} --data-dir ${rollup_data_dir} --no-check
find ${node_dir}

rm -rvf ${snapshot_file}
rm -rvf ${snapshot_file}

0 comments on commit feeda53

Please sign in to comment.