mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix script syntax
This commit is contained in:
parent
aa0f05ed93
commit
eee4704812
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ if [ "$1" = "status" ]; then
|
|||
if [ "${syncedToBlock}" = "${blockchainHeight}" ] || [ "${syncedToBlock}" = "${lastBlockchainHeight}" ]; then
|
||||
echo "tipSynced=1"
|
||||
else
|
||||
if
|
||||
echo "tipSynced=0"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue