push changes
This commit is contained in:
parent
6ea10852a9
commit
9aa6f3fdbe
20 changed files with 573 additions and 277 deletions
|
|
@ -17,7 +17,7 @@ writeShellScriptBin "enc" ''
|
|||
|
||||
# Create a temporary file
|
||||
temp_file=$(${coreutils}/bin/mktemp)
|
||||
trap "${coreutils}/bin/rm -f $temp_file" EXIT
|
||||
trap "${coreutils}/bin/rm -f $temp_file $temp_file.asc" EXIT
|
||||
|
||||
# Create recipient arguments for gpg
|
||||
recipients=()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue