From c22e1c6f5e70e317dd1560f22f1c65fb551e24b6 Mon Sep 17 00:00:00 2001 From: SentemovMP Date: Tue, 7 Dec 2021 15:22:43 +0400 Subject: [PATCH] Update run-miner.sh --- run-miner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-miner.sh b/run-miner.sh index 09f09e2..44874ee 100755 --- a/run-miner.sh +++ b/run-miner.sh @@ -28,7 +28,7 @@ fi SCRIPT_DIR=`dirname "$BASH_SOURCE"` echo "Launching the miner and restart automatically if it crashes" -until $SCRIPT_DIR/bin/gpu-miner; do +until $SCRIPT_DIR/bin/gpu-miner -a ; do echo "Miner crashed with exit code $?. Respawning.." >&2 sleep 1 done