From ecc9a7f7090f47475986e0db1b507108c2c31316 Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:13:53 +0200 Subject: [PATCH] fix --- viction/node/viction-mainnet-node-archive-leveldb-hash.yml | 2 +- viction/node/viction-mainnet-node-pruned-leveldb-hash.yml | 2 +- viction/scripts/download.node.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml index 0d61a57c..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 - command: bash -c "/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 6eb04a91..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 - command: bash -c "/download.sh" + command: sh -c "/download.sh" restart: "no" profiles: - manual diff --git a/viction/scripts/download.node.sh b/viction/scripts/download.node.sh index 27b8f6bc..6a3c20e5 100755 --- a/viction/scripts/download.node.sh +++ b/viction/scripts/download.node.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Exit on error and show commands set -ex