summaryrefslogtreecommitdiff
path: root/src/share/mh/add_hostname
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/mh/add_hostname')
-rw-r--r--src/share/mh/add_hostname2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/mh/add_hostname b/src/share/mh/add_hostname
index 37cfd3c..136b678 100644
--- a/src/share/mh/add_hostname
+++ b/src/share/mh/add_hostname
@@ -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