change variable
This commit is contained in:
parent
0cb5324604
commit
51c0a2a530
|
@ -699,7 +699,7 @@ function sign_gpg_key {
|
||||||
case $sel in
|
case $sel in
|
||||||
0)
|
0)
|
||||||
SIGN_ADDRESS=$(<$data)
|
SIGN_ADDRESS=$(<$data)
|
||||||
if [ ${#IMAGE_URL} -gt 2 ]; then
|
if [ ${#SIGN_ADDRESS} -gt 2 ]; then
|
||||||
clear
|
clear
|
||||||
fpr=$(gpg --with-colons --fingerprint "$SIGN_ADDRESS" | grep fpr | head -n 1 | awk -F ':' '{print $10}')
|
fpr=$(gpg --with-colons --fingerprint "$SIGN_ADDRESS" | grep fpr | head -n 1 | awk -F ':' '{print $10}')
|
||||||
if [[ $fpr == *"error"* ]]; then
|
if [[ $fpr == *"error"* ]]; then
|
||||||
|
|
Loading…
Reference in New Issue