diff --git a/scripts/lib/install b/scripts/lib/install index 074f311f9c..c3791b7b16 100755 --- a/scripts/lib/install +++ b/scripts/lib/install @@ -112,15 +112,20 @@ fi # Check early for missing SSL certificates if [ "$PUPPET_CLASSES" = "zulip::voyager" ] && [ -z "$USE_CERTBOT""$SELF_SIGNED_CERT" ] && { ! [ -e "/etc/ssl/private/zulip.key" ] || ! [ -e "/etc/ssl/certs/zulip.combined-chain.crt" ]; }; then set +x - echo - echo "Could not find SSL certificates!" - for f in "/etc/ssl/private/zulip.key" "/etc/ssl/certs/zulip.combined-chain.crt"; do - [ -e "$f" ] || echo " - $f is missing!" - done cat <