X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fmonkeysphere-host;h=00f7c3441a8437bc92704779cafc2d1ede500d69;hb=b38d4458903d43bd59d6dfa04c8338ef12fd9a4c;hp=9e73ad20debd75f516b0b6d82524a05c6bbb5c4b;hpb=2ab50bee3f2cc4030cb4555b6c9644e3c206141e;p=monkeysphere.git diff --git a/src/monkeysphere-host b/src/monkeysphere-host index 9e73ad2..00f7c34 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -110,7 +110,7 @@ load_fingerprint() { && rm -rf "$FUBAR") <"$HOST_KEY_FILE" \ | grep '^fpr:' | cut -d: -f10 ) else - HOST_FINGERPRINT= + failure "host key gpg pub file not found." fi } @@ -293,6 +293,7 @@ case $COMMAND in ;; 'update-gpg-pub-file') + load_fingerprint_secret update_gpg_pub_file ;;