diff --git a/virtualmin-install.sh b/virtualmin-install.sh index 5a1236e..c237cf2 100644 --- a/virtualmin-install.sh +++ b/virtualmin-install.sh @@ -1254,8 +1254,6 @@ if [ $errors -eq "0" ]; then 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 "You may receive a security warning in your browser on your first visit." - log_success "Chromium based browsers, to bypass security warning screen may require" - log_success "you to type \`thisisunsafe\` to get to the login page." TIME=$(date +%s) echo "$VER=$TIME" > "/etc/webmin/virtual-server/installed" else