mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +02:00
#5098 set 'none' values
This commit is contained in:
@@ -155,8 +155,8 @@ if [ "$1" = "update-config" ]; then
|
|||||||
|
|
||||||
else
|
else
|
||||||
echo "# CONFIG Web API ... still in setup, skip bitcoin & lightning"
|
echo "# CONFIG Web API ... still in setup, skip bitcoin & lightning"
|
||||||
sed -i "s/^BAPI_NETWORK=.*/BAPI_NETWORK=/g" ./.env
|
sed -i "s/^BAPI_NETWORK=.*/BAPI_NETWORK=none/g" ./.env
|
||||||
sed -i "s/^BAPI_LN_NODE=.*/BAPI_LN_NODE=/g" ./.env
|
sed -i "s/^BAPI_LN_NODE=.*/BAPI_LN_NODE=none/g" ./.env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Note: Celery services might need a restart if config changes affect them.
|
# Note: Celery services might need a restart if config changes affect them.
|
||||||
|
Reference in New Issue
Block a user