mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 12:36:27 +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
|
||||
|
||||
# add default value to raspi config if needed
|
||||
source /mnt/hdd/raspiblitz.conf
|
||||
if [ ${#lndmanage} -eq 0 ]; then
|
||||
echo "lndmanage=off" >> /mnt/hdd/raspiblitz.conf
|
||||
source /mnt/hdd/raspiblitz.conf
|
||||
fi
|
||||
|
||||
# install
|
||||
|
Reference in New Issue
Block a user