diff options
Diffstat (limited to '')
-rwxr-xr-x | sys/secrets/update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/secrets/update.sh b/sys/secrets/update.sh index 82aea59e..edc4ae8a 100755 --- a/sys/secrets/update.sh +++ b/sys/secrets/update.sh @@ -1,5 +1,6 @@ #!/usr/bin/env nix #! nix shell nixpkgs#age nixpkgs#jq nixpkgs#dash --command dash +# shellcheck shell=dash cleanup() { [ "$key_file" ] && rm "$key_file" |