From 898cedcc6b12b9d96966a596f527e8f374688770 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 5 Jun 2024 15:20:21 -0500 Subject: [PATCH] u --- dots/bin/deployGnupgKeys.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/bin/deployGnupgKeys.sh b/dots/bin/deployGnupgKeys.sh index caed141..a5895be 100644 --- a/dots/bin/deployGnupgKeys.sh +++ b/dots/bin/deployGnupgKeys.sh @@ -54,6 +54,7 @@ else echo "private-keys-v1.d already exist in ${trg_gnupg_dir}" echo "rename or delete existing directory and try again." echo "WARNING: backup the content if needed!" + exit 1 fi echo "do you want to unpack and decrypt ${the_file}? (y/n)"