1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-03 00:07:05 +00:00

change wording

This commit is contained in:
downtownallday 2022-09-22 13:38:17 -04:00
parent f71b5f3229
commit 9b92b394f4

View File

@ -227,7 +227,7 @@ remote_nextcloud_handler() {
)
if [ ${#from_ips[*]} -eq 0 ]; then
echo ""
echo "Warning: $NC_HOST could not be resolved to an IP address, so no firewall rules were added to allow $NC_HOST to query our LDAP server. You may have to add ufw rules manually to allow the remote nextcloud to query ldaps port 636/tcp."
echo "Warning: $NC_HOST could not be resolved to an IP address, so no firewall rules were added to allow $NC_HOST to query the LDAP server. You may have to add ufw rules manually to allow the remote nextcloud to query ldaps port 636/tcp."
fi
fi