diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/qemu-ifup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/qemu-ifup b/scripts/qemu-ifup index 20c10de..e5e3858 100755 --- a/scripts/qemu-ifup +++ b/scripts/qemu-ifup @@ -3,6 +3,7 @@ # The idea is to add the tap device to the same bridge # as we have default routing to. +set -x # in order to be able to find brctl PATH=$PATH:/sbin:/usr/sbin |