[update.sh] Rename enable_ipv6 option

master
MAGIC 2019-06-02 20:56:08 +02:00
parent af46a93e76
commit f586b0e5a9
No known key found for this signature in database
GPG Key ID: A40EE5665510C9D5
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ if grep -q 'SYSCTL_IPV6_DISABLED=1' mailcow.conf; then
echo echo
echo '!! IMPORTANT !!' echo '!! IMPORTANT !!'
echo echo
echo 'SYSCTL_IPV6_DISABLED was removed due to complications. IPv6 can be disabled by editing "docker-compose.yml" and setting "enabled_ipv6: true" to "enabled_ipv6: false".' echo 'SYSCTL_IPV6_DISABLED was removed due to complications. IPv6 can be disabled by editing "docker-compose.yml" and setting "enable_ipv6: true" to "enable_ipv6: false".'
echo 'This setting will only be active after a complete shutdown of mailcow by running "docker-compose down" followed by "docker-compose up -d".' echo 'This setting will only be active after a complete shutdown of mailcow by running "docker-compose down" followed by "docker-compose up -d".'
echo echo
echo '!! IMPORTANT !!' echo '!! IMPORTANT !!'