diff --git a/generate_certs.sh b/generate_certs.sh index b9b3c3f5..0efbb154 100755 --- a/generate_certs.sh +++ b/generate_certs.sh @@ -1,6 +1,4 @@ # Generate Node.js compatible certs -echo >> high.txt - # If Lnd folder doesn't exist we have to create it if [ ! -d ~/Library/Application\ Support/Lnd ]; then mkdir -p ~/Library/Application\ Support/Lnd;