From c6641d23cd0ec6ba58606b3e57235668e4a92b3a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 13 Jan 2025 08:59:44 +0100 Subject: [PATCH] grammar donald says so (cherry picked from commit aaab06f21dcc1e35bfad85e0e53334c2448b0cdb) --- scripts/cloudron-support | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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