fix btc rpc explorer status

This commit is contained in:
rootzoll
2019-12-18 22:53:15 +01:00
parent 839c2c807e
commit ecb66865d5

View File

@@ -11,11 +11,12 @@ if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
exit 1
fi
source /mnt/hdd/raspiblitz.conf
# add default value to raspi config if needed
if [ ${#BTCRPCexplorer} -eq 0 ]; then
echo "BTCRPCexplorer=off" >> /mnt/hdd/raspiblitz.conf
source /mnt/hdd/raspiblitz.conf
fi
source /mnt/hdd/raspiblitz.conf
# status
if [ "$1" = "status" ]; then