From 77d51a69ea294b76c9d5d2d79554c4607b1c0288 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 19 Mar 2016 16:23:36 +0100 Subject: [PATCH] use 'true' rather than ':' for consistency --- vm-systemd/network-proxy-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm-systemd/network-proxy-setup.sh b/vm-systemd/network-proxy-setup.sh index 78512c9..8acce36 100755 --- a/vm-systemd/network-proxy-setup.sh +++ b/vm-systemd/network-proxy-setup.sh @@ -19,5 +19,5 @@ if [ "x$network" != "x" ]; then echo "NS2=$secondary_dns" >> /var/run/qubes/qubes-ns /usr/lib/qubes/qubes-setup-dnat-to-ns echo "1" > /proc/sys/net/ipv4/ip_forward - /sbin/ethtool -K eth0 sg off || : + /sbin/ethtool -K eth0 sg off || true fi