Add disclaimer if you use a non-standard gpg dir

This commit is contained in:
Firepup Sixfifty 2024-05-08 22:50:59 -05:00
parent 7ada6522e1
commit 34060204f4
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -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