Skip to content

Commit 70e07c7

Browse files
committed
Fix text for an 80-character line limit
1 parent 93ff49c commit 70e07c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

virtualmin-install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,10 +1196,10 @@ EOF
11961196

11971197
post_install_message() {
11981198
log_success "Installation Complete!"
1199-
log_success "If there were no errors above, Virtualmin should be ready"
1200-
log_success "to configure at https://${hostname}:10000 (or https://${address}:10000)."
1199+
log_success "If there were no errors above, Virtualmin should be ready to configure"
1200+
log_success "at https://${hostname}:10000 (or https://${address}:10000)."
12011201
if [ -z "$ssl_host_success" ]; then
1202-
log_success "You may receive a security warning in your browser on your first visit."
1202+
log_success "You will see a security warning in the browser on your first visit."
12031203
fi
12041204
}
12051205

0 commit comments

Comments
 (0)