Update 0g.sh

This commit is contained in:
smeb y 2024-04-11 10:33:24 +08:00 committed by GitHub
parent 25223fdbbe
commit 52887ab8f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
0g.sh
View File

@ -238,7 +238,7 @@ read minerkey
cat >> config.toml <<EOF
miner_key = "$minerkey"
miner_id = $(echo -n "string" | sha256sum | cut -d' ' -f1)
miner_id = "$(echo -n "string" | sha256sum | cut -d' ' -f1)"
EOF