webapi zero start

This commit is contained in:
rootzoll
2022-06-06 14:36:58 +02:00
parent df6c47bf53
commit 219e0b3a51

View File

@@ -211,6 +211,8 @@ if [ "$1" = "update-config" ]; then
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
fi
echo "# '.env' config updates - blitzapi maybe needs to be restarted"