use 'true' rather than ':' for consistency

(cherry picked from commit 77d51a69ea)
This commit is contained in:
Patrick Schleizer 2016-03-19 16:23:36 +01:00 committed by Marek Marczykowski-Górecki
parent 15a55e8072
commit 8e9149e9b6
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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