From 6db0937067905f4decc65a0490cd39eb9991ef10 Mon Sep 17 00:00:00 2001
From: sthope <sthope@noreply@SthopeGit>
Date: Sun, 5 Dec 2021 00:49:20 +0100
Subject: [PATCH] Update 'Darwin/noso-go.sh'

---
 Darwin/noso-go.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Darwin/noso-go.sh b/Darwin/noso-go.sh
index 1e76a49..c8872ed 100755
--- a/Darwin/noso-go.sh
+++ b/Darwin/noso-go.sh
@@ -37,7 +37,7 @@ for wallet in ${WALLET:?Variable not set or is empty}; do
 done
 
 while true; do
-  ./noso-go mine pool \
+  bash noso-go mine pool \
     "${POOL:?Variable not set or is empty}" \
     $wallets \
     --cpu ${CPU:?Variable not set or is empty} \