V9.14.018.2026.06.07
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Has been cancelled

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2026-06-07 20:02:23 +01:00
parent 8c37efcff6
commit 7956e5861d
+1 -1
View File
@@ -116,7 +116,7 @@ EOF
shred -fzu -n 5 -- "${VAR_TMP_SECRET}/${VAR_SIGNING_KEY}" shred -fzu -n 5 -- "${VAR_TMP_SECRET}/${VAR_SIGNING_KEY}"
fi fi
if [[ -n "${VAR_SIGNING_KEY}" ]]; then if [[ -n "${VAR_SIGNING_CA}" ]]; then
shred -fzu -n 5 -- "${VAR_TMP_SECRET}/${VAR_SIGNING_CA}" shred -fzu -n 5 -- "${VAR_TMP_SECRET}/${VAR_SIGNING_CA}"
fi fi