better txindex status

This commit is contained in:
rootzoll
2019-12-18 22:45:49 +01:00
parent 7c2511e8f7
commit 9ea4d8977c

View File

@@ -40,6 +40,7 @@ if [ "$1" = "status" ]; then
else
indexInfo="Indexing is running (please wait)"
fi
echo "indexInfo='${indexInfo}'"
fi
exit 0