Compare commits

..

No commits in common. "3a9eb3a67c8468e1cc487c9439beedca56e51ddf" and "8f28a5dbf100edf835df16f0a358aceb9ad70c58" have entirely different histories.

View File

@ -52,7 +52,7 @@ catch_errors
verb_ip6() {
set_std_mode # Set STD mode based on VERBOSE
if [ "${IPV6_METHOD:-}" = "disable" ]; then
if [ "$IPV6_METHOD" == "disable" ]; then
msg_info "Disabling IPv6 (this may affect some services)"
mkdir -p /etc/sysctl.d
$STD tee /etc/sysctl.d/99-disable-ipv6.conf >/dev/null <<EOF