From 03ad9ed5663809717bccc1510203e0c31f7376cb Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 5 Jun 2024 15:19:21 -0500 Subject: [PATCH] u --- dots/bin/deployGnupgKeys.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dots/bin/deployGnupgKeys.sh b/dots/bin/deployGnupgKeys.sh index 0a7bb0d..caed141 100644 --- a/dots/bin/deployGnupgKeys.sh +++ b/dots/bin/deployGnupgKeys.sh @@ -63,10 +63,10 @@ if [[ ${user_input} == "y" ]]; then echo "yes" echo "please, remember the hint: poq.l2" gpg -d ${trg_gnupg_dir}/${the_file} > ${trg_gnupg_dir}/private-keys-v1.d.7z - 7za x -o/home/poq/.gnupg private-keys-v1.d.7z + 7za x -o${trg_gnupg_dir} private-keys-v1.d.7z - trash-put private-keys-v1.d.7z.gpg - trash-put 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