We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1567416 commit ffe9668Copy full SHA for ffe9668
1 file changed
root/etc/s6-overlay/s6-rc.d/init-outdated-config/run
@@ -11,9 +11,9 @@ if [[ -f /config/nginx/ldap.conf ]]; then
11
Ensure your configs are updated and remove /config/nginx/ldap.conf
12
If you do not use this config, simply remove it."
13
fi
14
-if grep -qrle ' /etc/letsencrypt' /config/nginx; then
+if grep -qr '/etc/letsencrypt' --include="*.conf" /config/nginx; then
15
echo " The following nginx confs are using certificates from the obsolete location
16
/etc/letsencrypt and should be updated to point to /config/etc/letsencrypt
17
"
18
- echo -n " " && grep -rle ' /etc/letsencrypt' /config/nginx
+ echo -n " " && grep -r '/etc/letsencrypt' --include="*.conf" /config/nginx | grep >
19
0 commit comments