Skip to content

Commit

Permalink
Merge branch 'main' into with-sysuser
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps authored Apr 30, 2024
2 parents 8ff1e1a + 24a7ea3 commit 4d9af7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/agenix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ function edit {
ENCRYPT=()
while IFS= read -r key
do
ENCRYPT+=(--recipient "$key")
if [ -n "$key" ]; then
ENCRYPT+=(--recipient "$key")
fi
done <<< "$KEYS"

REENCRYPTED_DIR=$(@mktempBin@ -d)
Expand Down

0 comments on commit 4d9af7b

Please sign in to comment.