install-aws-server: Output tsh ssh command, not ssh.

This commit is contained in:
Alex Vandiver 2024-08-16 17:43:44 +00:00 committed by Tim Abbott
parent c0237e3d58
commit 64516ab9f4
1 changed files with 1 additions and 1 deletions

View File

@ -206,4 +206,4 @@ set +x
echo
echo
echo ">>> Install started successfully! Provisioning takes 5-6min."
echo " sleep 360 && ssh root@$HOSTNAME"
echo " sleep 360 && tsh ssh root@$HOSTNAME"