update it

This commit is contained in:
Sukchan Lee 2018-02-12 16:43:05 +09:00
parent e99f6c7789
commit c2d68cf4b6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ set -e
case "$1" in
configure)
if test "x`sysctl -n net.ipv6.conf.all.disable_ipv6`" = x1; then
echo "net.ipv6.conf.all.disable_ipv6=0" >> /etc/sysctl.d/30-nextepc.conf
echo "net.ipv6.conf.all.disable_ipv6=0" > /etc/sysctl.d/30-nextepc.conf
sysctl -p /etc/sysctl.d/30-nextepc.conf
fi
if [ ! -L /etc/systemd/system/multi-user.target.wants/systemd-networkd.service ]; then