mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-03 05:23:38 +00:00
update it
This commit is contained in:
2
debian/nextepc-pgw.postinst
vendored
2
debian/nextepc-pgw.postinst
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user