diff options
Diffstat (limited to 'scripts/runqemu-ifup')
-rwxr-xr-x | scripts/runqemu-ifup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-ifup b/scripts/runqemu-ifup index f9b2f035cd..987a37a1a7 100755 --- a/scripts/runqemu-ifup +++ b/scripts/runqemu-ifup | |||
@@ -64,7 +64,7 @@ if [ $STATUS -ne 0 ]; then | |||
64 | exit 1 | 64 | exit 1 |
65 | fi | 65 | fi |
66 | 66 | ||
67 | IFCONFIG=`which ifconfig` | 67 | IFCONFIG=`which ifconfig 2> /dev/null` |
68 | if [ "x$IFCONFIG" = "x" ]; then | 68 | if [ "x$IFCONFIG" = "x" ]; then |
69 | # better than nothing... | 69 | # better than nothing... |
70 | IFCONFIG=/sbin/ifconfig | 70 | IFCONFIG=/sbin/ifconfig |