Skip to content

Commit

Permalink
fix: create /lndconf
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Dec 15, 2023
1 parent 2caebd5 commit 7aa42cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh

# Decode the base64 environment variables and write them to files
mkdir -p /lndconf
echo "$LND_MACAROON_BASE64" | base64 -d > /lndconf/admin.macaroon
echo "$LND_TLS_CERT_BASE64" | base64 -d > /lndconf/tls.cert

Expand Down

0 comments on commit 7aa42cb

Please sign in to comment.