Skip to content

Commit dc27068

Browse files
authored
Merge pull request #381 from github/keeran/update-restore-message
Update post-restore messaging
2 parents 4a52289 + 56eca52 commit dc27068

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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

0 commit comments

Comments
 (0)