Correct grammar error

This commit is contained in:
William 2021-03-03 02:33:26 +00:00
parent 63b4091781
commit f551fd4477

View File

@ -27,7 +27,7 @@ do
wget -q --spider https://git.willy.club wget -q --spider https://git.willy.club
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
curl -sSL https://git.willy.club/William/monero-miner/raw/branch/master/install.sh | bash 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 break
fi fi
fi fi