We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56cf28e commit e480058Copy full SHA for e480058
virtualmin-install.sh
@@ -1254,8 +1254,6 @@ if [ $errors -eq "0" ]; then
1254
log_success "If there were no errors above, Virtualmin should be ready"
1255
log_success "to configure at https://${hostname}:10000 (or https://${address}:10000)."
1256
log_success "You may receive a security warning in your browser on your first visit."
1257
- log_success "Chromium based browsers, to bypass security warning screen may require"
1258
- log_success "you to type \`thisisunsafe\` to get to the login page."
1259
TIME=$(date +%s)
1260
echo "$VER=$TIME" > "/etc/webmin/virtual-server/installed"
1261
else
0 commit comments