mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 20:12:37 +02:00
#921 fix raspiblitz.conf entry
This commit is contained in:
@@ -8,8 +8,10 @@ if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# add default value to raspi config if needed
|
# add default value to raspi config if needed
|
||||||
|
source /mnt/hdd/raspiblitz.conf
|
||||||
if [ ${#lndmanage} -eq 0 ]; then
|
if [ ${#lndmanage} -eq 0 ]; then
|
||||||
echo "lndmanage=off" >> /mnt/hdd/raspiblitz.conf
|
echo "lndmanage=off" >> /mnt/hdd/raspiblitz.conf
|
||||||
|
source /mnt/hdd/raspiblitz.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# install
|
# install
|
||||||
|
Reference in New Issue
Block a user