Skip to content

Commit 7fee9a2

Browse files
committed
t
1 parent 56192d3 commit 7fee9a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

share/github-backup-utils/ghe-cluster-nodes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ if ghe-ssh "$GHE_HOSTNAME" test -f $GHE_REMOTE_ROOT_DIR/etc/github/cluster; then
3434
test_output=$(ghe-ssh "GHE_HOSTNAME" ls -lah /usr/local/bin)
3535
echo $test_output
3636

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+
echo $test_output
42+
3743
node_uuids=$(ghe-ssh "$GHE_HOSTNAME" /usr/local/bin/ghe-cluster-nodes -r "$role" -u | cut -f 2)
3844
hostnames=''
3945
for uuid in $node_uuids; do

0 commit comments

Comments
 (0)