#293 .info before .conf

This commit is contained in:
rootzoll
2019-02-02 23:49:04 +01:00
parent a5b0f54233
commit b29c65a72a
24 changed files with 43 additions and 15 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/bash
# load raspiblitz config data (with backup from old config)
source /mnt/hdd/raspiblitz.conf 2>/dev/null
source /home/admin/raspiblitz.info
source /mnt/hdd/raspiblitz.conf
if [ ${#network} -eq 0 ]; then network=`cat .network`; fi
if [ ${#network} -eq 0 ]; then network="bitcoin"; fi
if [ ${#chain} -eq 0 ]; then