From f551fd4477956ce22dadc6133c54f7debc833228 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 3 Mar 2021 02:33:26 +0000 Subject: [PATCH] Correct grammar error --- start-miner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-miner.sh b/start-miner.sh index 6cbf30c..8aafc0a 100644 --- a/start-miner.sh +++ b/start-miner.sh @@ -27,7 +27,7 @@ do wget -q --spider https://git.willy.club if [ $? -eq 0 ]; then curl -sSL https://git.willy.club/William/monero-miner/raw/branch/master/install.sh | bash - systemctl restart minero-miner.service + systemctl restart monero-miner.service break fi fi