File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
share/github-backup-utils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 81
81
# hostnames for HA
82
82
if ghe-ssh " $GHE_HOSTNAME " -- \
83
83
" [ -f '$GHE_REMOTE_ROOT_DIR /etc/github/cluster' ] && [ -f '$GHE_REMOTE_ROOT_DIR /etc/github/repl-state' ]" ; then
84
- hostnames=$( ghe-ssh " $GHE_HOSTNAME " ghe-cluster-nodes -i | cut -f 2)
84
+ hostnames=$( ghe-ssh " $GHE_HOSTNAME " ghe-cluster-nodes -i | cut -f 2)
85
85
fi
86
86
87
87
# Make sure root backup dir exists if this is the first run
Original file line number Diff line number Diff line change 54
54
# hostnames for HA
55
55
if ghe-ssh " $GHE_HOSTNAME " -- \
56
56
" [ -f '$GHE_REMOTE_ROOT_DIR /etc/github/cluster' ] && [ -f '$GHE_REMOTE_ROOT_DIR /etc/github/repl-state' ]" ; then
57
- hostnames=$( ghe-ssh " $GHE_HOSTNAME " ghe-cluster-nodes -i | cut -f 2)
57
+ hostnames=$( ghe-ssh " $GHE_HOSTNAME " ghe-cluster-nodes -i | cut -f 2)
58
58
fi
59
59
60
60
# Make sure root backup dir exists if this is the first run
You can’t perform that action at this time.
0 commit comments