We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd64469 commit 7d0ca70Copy full SHA for 7d0ca70
bin/ghe-restore
@@ -448,8 +448,8 @@ else
448
ghe-ssh "$GHE_HOSTNAME" -- /bin/sh 1>&3
449
fi
450
451
-echo "Completed restore of $GHE_HOSTNAME from snapshot $GHE_RESTORE_SNAPSHOT"
+echo "Finished restore of $GHE_HOSTNAME from snapshot $GHE_RESTORE_SNAPSHOT"
452
453
if ! $cluster; then
454
- echo "Visit https://$hostname/setup/settings to review appliance configuration. Settings must be applied to complete any necessary migrations."
+ echo "To complete the restore process, please visit https://$hostname/setup/settings to review and save the appliance configuration."
455
0 commit comments