From 021a6ebc83690daf02e793af71f9ac6c401e77d7 Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:01:39 +0200 Subject: [PATCH] fix --- viction/node/viction-mainnet-node-archive-leveldb-hash.yml | 2 +- viction/node/viction-mainnet-node-pruned-leveldb-hash.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml index 654518fd..c0ab9dc8 100644 --- a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml @@ -7,7 +7,7 @@ services: volumes: - viction-mainnet-node-archive-leveldb-hash:/tomochain/data - ./tomochain/scripts/download.node.sh:/download.sh - command: /bin/sh -c "chmod +x /download.sh && /download.sh" + command: /bin/sh -c "/download.sh" restart: "no" profiles: - manual diff --git a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml index cbdd94ab..3c2824d6 100644 --- a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml @@ -7,7 +7,7 @@ services: volumes: - viction-mainnet-node-pruned-leveldb-hash:/tomochain/data - ./tomochain/scripts/download.node.sh:/download.sh - command: /bin/sh -c "chmod +x /download.sh && /download.sh" + command: /bin/sh -c "/download.sh" restart: "no" profiles: - manual