Skip to content

Commit 15567a5

Browse files
committed
Mention the security warning from the browser at installation completion
1 parent 8a3daf0 commit 15567a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

virtualmin-install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,7 @@ if [ $errors -eq "0" ]; then
927927
log_success "Installation Complete!"
928928
log_success "If there were no errors above, Virtualmin should be ready"
929929
log_success "to configure at https://$hostname:10000."
930+
log_success "You'll receive a security warning in your browser on your first visit."
930931
else
931932
log_warning "The following errors occurred during installation:"
932933
echo

0 commit comments

Comments
 (0)