From 79cebb6504687b6dfecd764f8c601558b7c49e27 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 5 Jun 2024 15:28:39 -0500 Subject: [PATCH] u --- dots/bin/deployGnupgKeys.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/bin/deployGnupgKeys.sh b/dots/bin/deployGnupgKeys.sh index 94ca86d..8d42edc 100644 --- a/dots/bin/deployGnupgKeys.sh +++ b/dots/bin/deployGnupgKeys.sh @@ -66,8 +66,8 @@ if [[ ${user_input} == "y" ]]; then gpg -d ${trg_gnupg_dir}/${the_file} > ${trg_gnupg_dir}/private-keys-v1.d.7z 7za x -o${trg_gnupg_dir} private-keys-v1.d.7z - trash-put ${trg_gnupg_dir}/private-keys-v1.d.7z.gpg - trash-put ${trg_gnupg_dir}/private-keys-v1.d.7z + #trash-put ${trg_gnupg_dir}/private-keys-v1.d.7z.gpg + #trash-put ${trg_gnupg_dir}/private-keys-v1.d.7z #chmod 0600 ${trg_gnupg_dir}/id_rsa # id_rsa can not be accessible by other users else