From e48005893114b6cac5c888376b5120972709f2e0 Mon Sep 17 00:00:00 2001 From: iliajie Date: Thu, 8 Dec 2022 15:19:50 +0200 Subject: [PATCH] Fix to remove Chrome recommendation as fixed on Webmin side --- virtualmin-install.sh | 2 -- 1 file changed, 2 deletions(-) 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