mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-03 18:09:03 +02:00
#3135 set lightning none for setup
This commit is contained in:
@@ -206,13 +206,13 @@ if [ "$1" = "update-config" ]; then
|
||||
|
||||
else
|
||||
echo "# CONFIG Web API Lightning --> OFF"
|
||||
sed -i "s/^ln_node=.*/ln_node=/g" ./.env
|
||||
sed -i "s/^ln_node=.*/ln_node=none/g" ./.env
|
||||
fi
|
||||
|
||||
else
|
||||
echo "# CONFIG Web API ... still in setup, skip bitcoin & lightning"
|
||||
sed -i "s/^network=.*/network=/g" ./.env
|
||||
sed -i "s/^ln_node=.*/ln_node=/g" ./.env
|
||||
sed -i "s/^ln_node=.*/ln_node=none/g" ./.env
|
||||
fi
|
||||
|
||||
echo "# '.env' config updates - blitzapi maybe needs to be restarted"
|
||||
|
Reference in New Issue
Block a user