updated to raspiconfig

This commit is contained in:
rootzoll 2018-12-06 01:18:09 +01:00
parent 0a292da1f1
commit cefd382390

View File

@ -1,7 +1,8 @@
echo ""
# load network
network=`cat .network`
# load raspiblitz config data (with backup from old config)
source /mnt/hdd/raspiblitz.conf 2>/dev/null
if [ ${#network} -eq 0 ]; then network=`cat .network`; fi
echo "!!!! This will DELETE your data & POSSIBLE FUNDS from the HDD !!!!"
echo "Press ENTER to really continue - CTRL+c to CANCEL (last chance)"