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 56192d3 commit 7fee9a2Copy full SHA for 7fee9a2
share/github-backup-utils/ghe-cluster-nodes
@@ -34,6 +34,12 @@ if ghe-ssh "$GHE_HOSTNAME" test -f $GHE_REMOTE_ROOT_DIR/etc/github/cluster; then
34
test_output=$(ghe-ssh "GHE_HOSTNAME" ls -lah /usr/local/bin)
35
echo $test_output
36
37
+ test_output=$(ghe-ssh "GHE_HOSTNAME" whereis ghe-cluster-each)
38
+ echo $test_output
39
+
40
+ test_output=$(ghe-ssh "GHE_HOSTNAME" whereis ghe-cluster-nodes)
41
42
43
node_uuids=$(ghe-ssh "$GHE_HOSTNAME" /usr/local/bin/ghe-cluster-nodes -r "$role" -u | cut -f 2)
44
hostnames=''
45
for uuid in $node_uuids; do
0 commit comments