mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
fix script syntax
This commit is contained in:
parent
aa0f05ed93
commit
eee4704812
@ -39,7 +39,6 @@ if [ "$1" = "status" ]; then
|
||||
if [ "${syncedToBlock}" = "${blockchainHeight}" ] || [ "${syncedToBlock}" = "${lastBlockchainHeight}" ]; then
|
||||
echo "tipSynced=1"
|
||||
else
|
||||
if
|
||||
echo "tipSynced=0"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user