Skip to content

Commit 56192d3

Browse files
committed
t
1 parent 96f735f commit 56192d3

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
@@ -28,6 +28,12 @@ prefix="$2"
2828
role=$(echo "$prefix" | cut -d '-' -f1)
2929

3030
if ghe-ssh "$GHE_HOSTNAME" test -f $GHE_REMOTE_ROOT_DIR/etc/github/cluster; then
31+
test_output=$(ghe-ssh "GHE_HOSTNAME" ls -lah /)
32+
echo $test_output
33+
34+
test_output=$(ghe-ssh "GHE_HOSTNAME" ls -lah /usr/local/bin)
35+
echo $test_output
36+
3137
node_uuids=$(ghe-ssh "$GHE_HOSTNAME" /usr/local/bin/ghe-cluster-nodes -r "$role" -u | cut -f 2)
3238
hostnames=''
3339
for uuid in $node_uuids; do

0 commit comments

Comments
 (0)