adding prestart log

This commit is contained in:
rootzoll 2021-09-16 16:04:10 +02:00
parent efed9f310f
commit d5f22e5345

View File

@ -111,9 +111,10 @@ if [ "$1" = "prestart" ]; then
exit 1
fi
echo "## btc-rpc-explorer.service PRESTART CONFIG"
echo "## btc-rpc-explorer.service PRESTART CONFIG"
echo "# TODO: check generel config ..."
date > /home/btcrpcexplorer/prestart.log
# check if electrs is installed & running
if [ "${ElectRS}" == "on" ]; then
@ -132,6 +133,7 @@ if [ "$1" = "prestart" ]; then
echo "# electrs started, launching BTC-RPC-Explorer ..."
fi
exit 0
fi