#5098 set 'none' values

This commit is contained in:
rootzoll
2025-08-23 13:13:25 +02:00
parent 92dff6566f
commit 5a1336460b

View File

@@ -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.