Skip to content

Commit e480058

Browse files
committed
Fix to remove Chrome recommendation as fixed on Webmin side
1 parent 56cf28e commit e480058

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

virtualmin-install.sh

-2
Original file line numberDiff line numberDiff line change
@@ -1254,8 +1254,6 @@ if [ $errors -eq "0" ]; then
12541254
log_success "If there were no errors above, Virtualmin should be ready"
12551255
log_success "to configure at https://${hostname}:10000 (or https://${address}:10000)."
12561256
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."
12591257
TIME=$(date +%s)
12601258
echo "$VER=$TIME" > "/etc/webmin/virtual-server/installed"
12611259
else

0 commit comments

Comments
 (0)