From 8a04e82516d160180196888562bc8b3a9cf028b0 Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:11:40 +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 be537731..1f731cb4 100644 --- a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml @@ -8,7 +8,7 @@ services: volumes: - viction-mainnet-node-archive-leveldb-hash:/tomochain/data - ./viction/scripts/download.node.sh:/download.sh - entrypoint: /download.sh + command: 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 af78d030..22f94351 100644 --- a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml @@ -8,7 +8,7 @@ services: volumes: - viction-mainnet-node-pruned-leveldb-hash:/tomochain/data - ./viction/scripts/download.node.sh:/download.sh - entrypoint: /download.sh + command: sh -c "/download.sh" restart: "no" profiles: - manual