From e1ab02a5e9576bc211cd038fa300533d984c6481 Mon Sep 17 00:00:00 2001 From: xnico31 <54291310+xnico31@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:56:24 +0100 Subject: [PATCH] Update tig_pool_master.sh --- scripts/tig_pool_master.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/tig_pool_master.sh b/scripts/tig_pool_master.sh index 2461c82..8fe2b91 100755 --- a/scripts/tig_pool_master.sh +++ b/scripts/tig_pool_master.sh @@ -151,16 +151,9 @@ if [ $? -ne 0 ]; then fi -wget --no-cache https://github.com/tig-pool-nk/client/raw/refs/heads/$branch/bin/tig_idle -O tig_idle -if [ $? -ne 0 ]; then - echo "Error downloading tig_idle" - exit 1 -fi - # Grant execution permissions to both files chmod +x client_tig_pool chmod +x bench -chmod +x tig_idle chmod +x slave cd $current_path