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} \