From 534f5927cd8672ab25fe8136f3067b9fcc1cd619 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Wed, 5 Sep 2018 20:07:57 -0500 Subject: [PATCH] typo --- virtualmin-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualmin-install.sh b/virtualmin-install.sh index 0019991..5297fe9 100644 --- a/virtualmin-install.sh +++ b/virtualmin-install.sh @@ -929,7 +929,7 @@ if [ $errors -eq "0" ]; then detect_ip log_success "Installation Complete!" log_success "If there were no errors above, Virtualmin should be ready" - log_success "to configure at https://${hostname}:10000 (or https://${address}:10000." + log_success "to configure at https://${hostname}:10000 (or https://${address}:10000)." log_success "You'll receive a security warning in your browser on your first visit." else log_warning "The following errors occurred during installation:"