Skip to content

Commit e3b57e3

Browse files
committed
Don't recommend running ghe-configure after restore
I'm not totally opposed to adding this but I think we need to give more information here like where to run ghe-configure. We should also make sure ghe-configure is documented before doing so.
1 parent d5efdfc commit e3b57e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/ghe-restore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ echo "Restoring SSH host keys ..."
104104
ghe-ssh "$host" -- 'ghe-import-ssh-host-keys' < "$GHE_RESTORE_SNAPSHOT_PATH/ssh-host-keys.tar" 1>&3
105105

106106
echo "Completed restore of $host from snapshot $GHE_RESTORE_SNAPSHOT"
107-
echo "Visit https://$(echo "$host" | cut -f 1 -d :)/setup/settings in a browser or run ghe-configure to configure the recovered appliance."
107+
echo "Visit https://$(echo "$host" | cut -f 1 -d :)/setup/settings in a browser to configure the recovered appliance."

0 commit comments

Comments
 (0)