diff --git a/scripts/cloudron-support b/scripts/cloudron-support index 1c17333b0..55b9a4d8d 100755 --- a/scripts/cloudron-support +++ b/scripts/cloudron-support @@ -370,7 +370,7 @@ function print_ipv6_disable_howto() { echo -e "\tsysctl -w net.ipv6.conf.${iface}.disable_ipv6=1" done - echo "For above configuration to persist reboots, you have to add below to /etc/sysctl.conf" + echo "For the above configuration to persist across reboots, you have to add below to /etc/sysctl.conf" for iface in $(ls /sys/class/net | grep -vE '^(lo|veth|docker|virbr|br|vmnet|tun|tap|wl|we)'); do echo -e "\tnet.ipv6.conf.${iface}.disable_ipv6=1" done