simplifying find_host_user_id function.
[monkeysphere.git] / src / share / mh / add_hostname
index 37cfd3cfae5909728d147fe96664849d2539bcd5..136b6788ffbc9b700f1ea4110060c05a3f3684e1 100644 (file)
@@ -28,7 +28,7 @@ fi
 userID="ssh://${1}"
 
 # test that the desired user ID does not already exist
-find_host_userid "$userID" > /dev/null && \
+find_host_userid "$userID" && \
     failure "Host userID '$userID' already exists."
 
 if [ "$PROMPT" = "true" ] ; then