File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
share/github-backup-utils Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 448
448
ghe-ssh " $GHE_HOSTNAME " -- /bin/sh 1>&3
449
449
fi
450
450
451
- echo " Completed restore of $GHE_HOSTNAME from snapshot $GHE_RESTORE_SNAPSHOT "
451
+ echo " Restore of $GHE_HOSTNAME from snapshot $GHE_RESTORE_SNAPSHOT finished. "
452
452
453
- if ! $cluster ; then
454
- echo " Visit https://$hostname /setup/settings to review appliance configuration."
453
+ if ! $instance_configured ; then
454
+ echo " To complete the restore process, please visit https://$hostname /setup/settings to review and save the appliance configuration."
455
455
fi
Original file line number Diff line number Diff line change
1
+ github-backup-utils (2.11.4) UNRELEASED; urgency=medium
2
+
3
+ * Move check for git for ssh muxing into ghe-ssh #378
4
+ * Make it clear the settings need to be applied after restoring to an unconfigured instance #381
5
+
6
+ -- Colin Seymour <
[email protected] > Tue, 27 Mar 2018 13:20:18 +0000
7
+
1
8
github-backup-utils (2.11.3) UNRELEASED; urgency=medium
2
9
3
10
* Update argument parsing and help/usage consistency #320
Original file line number Diff line number Diff line change 1
- 2.11.3
1
+ 2.11.4
You can’t perform that action at this time.
0 commit comments