From 34060204f478da4591aab88104c61facdfbd8544 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Wed, 8 May 2024 22:50:59 -0500 Subject: [PATCH] Add disclaimer if you use a non-standard gpg dir --- fsss-ssh.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fsss-ssh.sh b/fsss-ssh.sh index 8caba79..89cd602 100644 --- a/fsss-ssh.sh +++ b/fsss-ssh.sh @@ -41,4 +41,7 @@ else echo "SIGNING_NAME = $rname" echo "SIGNING_EMAIL = $email" echo '[INFO] This script does recommend that you use the default git setup with GPG keys, however.' + [[ $overgpg == n || $ovrgpg == N ]] && echo '[INFO] I notice you\'re trying to use a non-standard gpg directory' + [[ $overgpg == n || $ovrgpg == N ]] && echo '[INFO] I have no idea how to make forgejo read from a non-standard gpg dirctory' + [[ $overgpg == n || $ovrgpg == N ]] && echo '[INFO] So you\'re on your own from here. I hope you know what you\'re doing.' fi