fix script syntax

This commit is contained in:
rootzoll 2020-06-05 18:28:18 +02:00
parent aa0f05ed93
commit eee4704812

View File

@ -39,7 +39,6 @@ if [ "$1" = "status" ]; then
if [ "${syncedToBlock}" = "${blockchainHeight}" ] || [ "${syncedToBlock}" = "${lastBlockchainHeight}" ]; then
echo "tipSynced=1"
else
if
echo "tipSynced=0"
fi