diff --git a/lnplay b/lnplay index e4dacd2..b5717d3 160000 --- a/lnplay +++ b/lnplay @@ -1 +1 @@ -Subproject commit e4dacd2a6c1b83b5e29aa95897dea5e14c0c35f9 +Subproject commit b5717d3461cd9bc17b0222d97a38cfa20302e7b9 diff --git a/www/go.sh b/www/go.sh index 9f428f9..23a7dbc 100755 --- a/www/go.sh +++ b/www/go.sh @@ -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.