We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3005a1 commit 97fbf73Copy full SHA for 97fbf73
bin/docker-entrypoint.sh
@@ -65,6 +65,7 @@ else
65
fi
66
67
LN_NET_PATH=$LN_PATH/$NETWORK
68
+mkdir -p $LN_NET_PATH
69
70
if [ ! -S $LN_NET_PATH/lightning-rpc ]; then
71
echo -n "waiting for RPC unix socket... "
0 commit comments