Skip to content
Snippets Groups Projects
Unverified Commit 51c0a2a5 authored by Bob Mottram's avatar Bob Mottram
Browse files

change variable

parent 0cb53246
No related branches found
No related tags found
No related merge requests found
......@@ -699,7 +699,7 @@ function sign_gpg_key {
case $sel in
0)
SIGN_ADDRESS=$(<$data)
if [ ${#IMAGE_URL} -gt 2 ]; then
if [ ${#SIGN_ADDRESS} -gt 2 ]; then
clear
fpr=$(gpg --with-colons --fingerprint "$SIGN_ADDRESS" | grep fpr | head -n 1 | awk -F ':' '{print $10}')
if [[ $fpr == *"error"* ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment