Correct output message 'Disable kernel support for dynamic addresse..'

This commit is contained in:
Christoph 2017-07-04 00:36:55 +02:00
parent 968e9b893f
commit e453044f84

View File

@ -94,7 +94,7 @@ if $kernel_support_dynaddr ; then
fi
else
echo 0 > /proc/sys/net/ipv4/ip_dynaddr
echononl "\t\033[33m\033[1mDisable Forwarding..\033[m"
echononl "\t\033[33m\033[1mDisable kernel support for dynamic addresses..\033[m"
echo_done
fi