mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
Compare commits
1 Commits
5099-fatpa
...
5098-api
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a1336460b |
@@ -155,8 +155,8 @@ if [ "$1" = "update-config" ]; then
|
||||
|
||||
else
|
||||
echo "# CONFIG Web API ... still in setup, skip bitcoin & lightning"
|
||||
sed -i "s/^BAPI_NETWORK=.*/BAPI_NETWORK=/g" ./.env
|
||||
sed -i "s/^BAPI_LN_NODE=.*/BAPI_LN_NODE=/g" ./.env
|
||||
sed -i "s/^BAPI_NETWORK=.*/BAPI_NETWORK=none/g" ./.env
|
||||
sed -i "s/^BAPI_LN_NODE=.*/BAPI_LN_NODE=none/g" ./.env
|
||||
fi
|
||||
|
||||
# Note: Celery services might need a restart if config changes affect them.
|
||||
|
||||
Reference in New Issue
Block a user