Skip to content

Commit ef43b08

Browse files
authored
Merge branch 'master' into lildude/docs-update-reorg
2 parents 18492f0 + 491fc6f commit ef43b08

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

bin/ghe-restore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ else
448448
ghe-ssh "$GHE_HOSTNAME" -- /bin/sh 1>&3
449449
fi
450450

451-
echo "Completed restore of $GHE_HOSTNAME from snapshot $GHE_RESTORE_SNAPSHOT"
451+
echo "Restore of $GHE_HOSTNAME from snapshot $GHE_RESTORE_SNAPSHOT finished."
452452

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."
455455
fi

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
github-backup-utils (2.11.3) UNRELEASED; urgency=medium
29

310
* Update argument parsing and help/usage consistency #320

share/github-backup-utils/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.11.3
1+
2.11.4

0 commit comments

Comments
 (0)