X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fmonkeysphere-host;fp=src%2Fmonkeysphere-host;h=da376185ed017192d314360dc9e13d894c455702;hb=606133ecceee2b6f41b319f19dc7f6d58c9869bb;hp=eadd74bcedb1e4d1abdd896c199b7ebf4b18e63a;hpb=ef41243e3947608568579fde82bef1f5c74bda47;p=monkeysphere.git diff --git a/src/monkeysphere-host b/src/monkeysphere-host index eadd74b..da37618 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -101,7 +101,7 @@ update_gpg_pub_file() { } host_fingerprints() { - local fprs=($(cat "$HOST_KEY_FPR_FILE")) + local fprs=($(cat "$HOST_KEY_FPR_FILE" 2>/dev/null)) log debug "host key fingerprints:" printf '%s\n' "${fprs[@]}" | log debug