Update lnplay head.

This commit is contained in:
Derek Smith 2023-10-19 22:37:26 -04:00
parent d66f65f963
commit 12860ee6cf
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
2 changed files with 3 additions and 2 deletions

2
lnplay

@ -1 +1 @@
Subproject commit e4dacd2a6c1b83b5e29aa95897dea5e14c0c35f9
Subproject commit b5717d3461cd9bc17b0222d97a38cfa20302e7b9

View File

@ -84,7 +84,8 @@ fi
# generate the certs and grab a backup
if [ "$RUN_CERT_RENEWAL" = true ] && [ "$RESTORE_CERTS" = false ] && [ "$STACKS_STILL_RUNNING" = false ]; then
./generate_certs.sh
echo "SKIPPING CERT GENERATION"
#./generate_certs.sh
fi
# nginx gets deployed first since it "owns" the docker networks of downstream services.