From 8a4b7647a4e3638d96e950d1acfc4e85af2ff733 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 20 Dec 2018 19:33:59 +0100 Subject: [PATCH] fix network detection --- home.admin/XXdebugLogs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home.admin/XXdebugLogs.sh b/home.admin/XXdebugLogs.sh index a54a1e0..fb01f76 100644 --- a/home.admin/XXdebugLogs.sh +++ b/home.admin/XXdebugLogs.sh @@ -6,7 +6,7 @@ source /home/admin/_version.info ## get basic info (its OK if not set yet) -source /mnt/hdd/raspiblitz.conf +source /mnt/hdd/raspiblitz.conf 2>/dev/null # for old nodes if [ ${#network} -eq 0 ]; then @@ -16,7 +16,6 @@ if [ ${#network} -eq 0 ]; then if [ ${litecoinActive} -eq 1 ]; then network="litecoin" fi - network=`sudo cat /home/admin/.network` fi # for old nodes