Skip to content

Commit 97fbf73

Browse files
committed
docker: Ensure the network subdirectory exists
1 parent c3005a1 commit 97fbf73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ else
6565
fi
6666

6767
LN_NET_PATH=$LN_PATH/$NETWORK
68+
mkdir -p $LN_NET_PATH
6869

6970
if [ ! -S $LN_NET_PATH/lightning-rpc ]; then
7071
echo -n "waiting for RPC unix socket... "

0 commit comments

Comments
 (0)