Fix ShellCheck errors: remove local outside functions, fix openssl redirections, unquote loop var
Lint Scripts / shellcheck (push) Failing after 14m30s
Lint Scripts / powershell-lint (push) Failing after 15m29s

This commit is contained in:
2026-05-25 05:28:31 +02:00
parent 62139b3377
commit 515c9843dd
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -775,7 +775,7 @@ cmd_status() {
echo
echo -e "# ${BOLD}TLS Certificates${NC}"
for d in "$DOMAIN"; do
for d in $DOMAIN; do
local cert="/etc/letsencrypt/live/${d}/fullchain.pem"
if [[ -f "$cert" ]]; then
local expiry