We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c023d9 commit 5489e30Copy full SHA for 5489e30
bin/ncp-diag
@@ -151,7 +151,7 @@ echo "Gateway|$GW"
151
echo "Interface|$IFACE"
152
153
# Certificates
154
-CERTS="$( grep "SSLCertificateFile */etc/letsencrypt/live/" /etc/apache2/sites-available/nextcloud.conf \
+CERTS="$( grep "SSLCertificateFile */etc/letsencrypt/live/" /etc/apache2/sites-available/001-nextcloud.conf \
155
| sed 's|.*SSLCertificateFile */etc/letsencrypt/live/||;s|/fullchain.pem||' )"
156
[[ "$CERTS" == "" ]] && CERTS=none
157
echo "Certificates|$CERTS"
0 commit comments