diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-06-14 23:33:03 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-06-14 23:33:03 +0300 |
commit | 4cbcd6cf97ae49c5c58cd4004d7a097ceb71388a (patch) | |
tree | 75a5ff2d80b6ea7012cd84139c4dc3e48e9e2be5 /bin/ak-miner-script | |
parent | 4217dc0560bf40b4fa7ae6a6f964bd56b418712e (diff) | |
download | arching-kaos-tools-4cbcd6cf97ae49c5c58cd4004d7a097ceb71388a.tar.gz arching-kaos-tools-4cbcd6cf97ae49c5c58cd4004d7a097ceb71388a.tar.bz2 arching-kaos-tools-4cbcd6cf97ae49c5c58cd4004d7a097ceb71388a.zip |
(new) ak-gpg: Wrapper around lib/ak-gpg
Diffstat (limited to 'bin/ak-miner-script')
-rwxr-xr-x | bin/ak-miner-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-miner-script b/bin/ak-miner-script index caa74d1..9119b0c 100755 --- a/bin/ak-miner-script +++ b/bin/ak-miner-script @@ -24,7 +24,7 @@ proofofwork(){ # Static difficulty for securing the sblock echo $SHA | grep -e '^000' - if [ "$?" == 0 ] ; + if [ $? -eq 0 ] then echo "SHA512 is $SHA" echo "Mined block:" |