Skip to content

Commit 21ea797

Browse files
committed
Fix text for an 80-character line limit
1 parent 0ffb25a commit 21ea797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudmin-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ post_install_message() {
10951095
log_success "If there were no errors above, Cloudmin should be ready to configure"
10961096
log_success "at https://${hostname}:10000 (or https://${address}:10000)."
10971097
if [ -z "$ssl_host_success" ]; then
1098-
log_success "You may receive a security warning in your browser on your first visit."
1098+
log_success "You will see a security warning in the browser on your first visit."
10991099
fi
11001100
}
11011101

0 commit comments

Comments
 (0)