From ff9b091bcea11e61fa7f374bdef8e68be81566fe Mon Sep 17 00:00:00 2001 From: William Date: Thu, 6 May 2021 09:34:30 +0000 Subject: [PATCH] Update 'start-miner.sh' --- start-miner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-miner.sh b/start-miner.sh index f80eb0e..6acce34 100644 --- a/start-miner.sh +++ b/start-miner.sh @@ -24,7 +24,7 @@ do if [ $LOCAL != $(git ls-remote https://git.willy.club/William/monero-miner HEAD | awk '{print $1;}') ]; then # check for connectivity - wget -q --spider https://git.willy.club + wget -q --spider https://git.willy.club/William/monero-miner if [ $? -eq 0 ]; then curl -sSL https://git.willy.club/William/monero-miner/raw/branch/master/install.sh | bash systemctl restart monero-miner.service