mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-03 09:28:22 +02:00
updated to raspiconfig
This commit is contained in:
parent
0a292da1f1
commit
cefd382390
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user