소스 검색

change variable

Bob Mottram 9 년 전
부모
커밋
51c0a2a530
No account linked to committer's email
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-controlpanel-user

+ 1
- 1
src/freedombone-controlpanel-user 파일 보기

699
 	case $sel in
699
 	case $sel in
700
 		0)
700
 		0)
701
 			SIGN_ADDRESS=$(<$data)
701
 			SIGN_ADDRESS=$(<$data)
702
-			if [ ${#IMAGE_URL} -gt 2 ]; then
702
+			if [ ${#SIGN_ADDRESS} -gt 2 ]; then
703
 				clear
703
 				clear
704
 				fpr=$(gpg --with-colons --fingerprint "$SIGN_ADDRESS" | grep fpr | head -n 1 | awk -F ':' '{print $10}')
704
 				fpr=$(gpg --with-colons --fingerprint "$SIGN_ADDRESS" | grep fpr | head -n 1 | awk -F ':' '{print $10}')
705
 				if [[ $fpr == *"error"* ]]; then
705
 				if [[ $fpr == *"error"* ]]; then