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.
2 parents 4a52289 + 56eca52 commit dc27068Copy full SHA for dc27068
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 "Restore of $GHE_HOSTNAME from snapshot $GHE_RESTORE_SNAPSHOT finished."
452
453
-if ! $cluster; then
454
- echo "Visit https://$hostname/setup/settings to review appliance configuration."
+if ! $instance_configured; then
+ echo "To complete the restore process, please visit https://$hostname/setup/settings to review and save the appliance configuration."
455
0 commit comments