mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-02 12:12:51 +02:00
updated to raspiconfig
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# load network
|
# load raspiblitz config data (with backup from old config)
|
||||||
network=`cat .network`
|
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 "!!!! This will DELETE your data & POSSIBLE FUNDS from the HDD !!!!"
|
||||||
echo "Press ENTER to really continue - CTRL+c to CANCEL (last chance)"
|
echo "Press ENTER to really continue - CTRL+c to CANCEL (last chance)"
|
||||||
|
Reference in New Issue
Block a user