mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 11:37:19 +02:00
fix btc rpc explorer status
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user