Parcourir la source

Merge remote-tracking branch 'origin/pr/64'

* origin/pr/64:
  use 'true' rather than ':' for consistency
Marek Marczykowski-Górecki il y a 8 ans
Parent
commit
dc5a87f9b4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      vm-systemd/network-proxy-setup.sh

+ 1 - 1
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