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

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

760
 						255) return;;
760
 						255) return;;
761
 					esac
761
 					esac
762
 					TRUST_LEVEL=$(cat $data)
762
 					TRUST_LEVEL=$(cat $data)
763
-					if [ ${TRUST_LEVEL} -ge 1] ; then
764
-						if [ ${TRUST_LEVEL} -le 5] ; then
763
+					if [ ${TRUST_LEVEL} -ge 1 ] ; then
764
+						if [ ${TRUST_LEVEL} -le 5 ] ; then
765
 							echo -e "trust\n${TRUST_LEVEL}\ny\nsave\n" | gpg --command-fd 0 --edit-key $fpr
765
 							echo -e "trust\n${TRUST_LEVEL}\ny\nsave\n" | gpg --command-fd 0 --edit-key $fpr
766
 							if [ "$?" = "0" ]; then
766
 							if [ "$?" = "0" ]; then
767
 								gpg --update-trustdb
767
 								gpg --update-trustdb