From 88c8fb86804e6303224307f791824c0410e9a2d3 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 5 Jun 2024 15:06:03 -0500 Subject: [PATCH] u --- dots/bin/deployGnupgKeys.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/bin/deployGnupgKeys.sh b/dots/bin/deployGnupgKeys.sh index 7f8f8fe..6a720b9 100644 --- a/dots/bin/deployGnupgKeys.sh +++ b/dots/bin/deployGnupgKeys.sh @@ -61,7 +61,8 @@ 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 private-keys-v1.d.7z + 7za x -o/home/poq/.gnupg private-keys-v1.d.7z + #chmod 0600 ${trg_gnupg_dir}/id_rsa # id_rsa can not be accessible by other users else echo "no worries. you can manually unpack and decrypt the file, if needed:"