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.
1 parent 93ff49c commit 70e07c7Copy full SHA for 70e07c7
virtualmin-install.sh
@@ -1196,10 +1196,10 @@ EOF
1196
1197
post_install_message() {
1198
log_success "Installation Complete!"
1199
- log_success "If there were no errors above, Virtualmin should be ready"
1200
- log_success "to configure at https://${hostname}:10000 (or https://${address}:10000)."
+ log_success "If there were no errors above, Virtualmin should be ready to configure"
+ log_success "at https://${hostname}:10000 (or https://${address}:10000)."
1201
if [ -z "$ssl_host_success" ]; then
1202
- log_success "You may receive a security warning in your browser on your first visit."
+ log_success "You will see a security warning in the browser on your first visit."
1203
fi
1204
}
1205
0 commit comments