We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214fd4e commit a1ca969Copy full SHA for a1ca969
bin/ghe-host-check
@@ -24,7 +24,7 @@ port=$(ssh_port_part "$host")
24
hostname=$(ssh_host_part "$host")
25
26
set +e
27
-output=$(echo "cat \"$GHE_REMOTE_METADATA_FILE\" 2>/dev/null || exit 101" | ghe-ssh -o 'BatchMode no' $options $host -- /bin/sh)
+output=$(echo "cat \"$GHE_REMOTE_METADATA_FILE\" 2>/dev/null || exit 101" | ghe-ssh -o 'BatchMode no' $options $host -- /bin/sh 2>&1)
28
rc=$?
29
set -e
30
0 commit comments