From 37cf9cbb22e43e3cc851c6a70033f2a6c39e544b Mon Sep 17 00:00:00 2001 From: phaer Date: Tue, 14 May 2024 00:41:32 +0200 Subject: [PATCH] security/dhparams: shellcheck fixes --- nixos/modules/security/dhparams.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/security/dhparams.nix b/nixos/modules/security/dhparams.nix index 738062c95c47..c501ea70d05c 100644 --- a/nixos/modules/security/dhparams.nix +++ b/nixos/modules/security/dhparams.nix @@ -157,7 +157,7 @@ in { continue fi '') cfg.params)} - rm $file + rm "$file" done # TODO: Ideally this would be removing the *former* cfg.path, though