ubuntu: Fix message

This commit is contained in:
2025-08-26 18:54:07 +02:00
parent ce808913ec
commit 52248ec19d

View File

@@ -11,4 +11,4 @@ disable_unwanted_extensions
# Enable docker IPv4 forwarding, to allow LXD to work along it :)
echo "net.ipv4.conf.all.forwarding=1" > /etc/sysctl.d/99-forwarding.conf
sysctl net.ipv4.conf.all.forwarding=1
sysctl net.ipv4.conf.all.forwarding=1 >/dev/null 2>&1