Skip to content

Commit

Permalink
Fix to remove Chrome recommendation as fixed on Webmin side
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Dec 8, 2022
1 parent 56cf28e commit e480058
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions virtualmin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e480058

Please sign in to comment.