Wrong quotes

This commit is contained in:
Firepup Sixfifty 2024-05-07 19:13:47 -05:00
parent 2dc58d9b7c
commit 3a3457cc4c
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -4,8 +4,8 @@ read -p '"Real Name" for gpg and git: ' rname
email="NUL"
read -p 'Email: ' email
echo '[INFO] Now creating a gpg key, please fill out the inforemation with what you want for forejo to use.'
echo "$ gpg --default-new-key-algo rsa4096 --quick-gen-key --batch --passphrase '' '$rname <$email>'"
gpg --default-new-key-algo rsa4096 --quick-gen-key --batch --passphrase '' '$rname <$email>'
echo "$ gpg --default-new-key-algo rsa4096 --quick-gen-key --batch --passphrase '' \"$rname <$email>\""
gpg --default-new-key-algo rsa4096 --quick-gen-key --batch --passphrase '' "$rname <$email>"
echo '[INFO] Listing keys'
echo '$ gpg --list-secret-keys --keyid-format=long'
gpg --list-secret-keys --keyid-format=long