]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
fix brctl path for debian wheezy
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 20 Mar 2013 07:51:07 +0000 (08:51 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 26 Mar 2013 05:06:41 +0000 (06:06 +0100)
debian/kvm-ifup

index 2d39ddc29d01a86767ee1066083b5e9affcf58b4..29dae847af1310c16c4b08f6fece9b6020c3981e 100755 (executable)
@@ -2,4 +2,4 @@
 
 switch=$(/sbin/ip route list | awk '/^default / { print $NF }')
 /sbin/ifconfig $1 0.0.0.0 promisc up
-/usr/sbin/brctl addif ${switch} $1
+/sbin/brctl addif ${switch} $1