diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 31eff5a082..d74f252ec1 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -96,7 +96,7 @@ Examples: | |||
96 | """) | 96 | """) |
97 | 97 | ||
98 | def check_tun(): | 98 | def check_tun(): |
99 | """Check /dev/net/run""" | 99 | """Check /dev/net/tun""" |
100 | dev_tun = '/dev/net/tun' | 100 | dev_tun = '/dev/net/tun' |
101 | if not os.path.exists(dev_tun): | 101 | if not os.path.exists(dev_tun): |
102 | raise Exception("TUN control device %s is unavailable; you may need to enable TUN (e.g. sudo modprobe tun)" % dev_tun) | 102 | raise Exception("TUN control device %s is unavailable; you may need to enable TUN (e.g. sudo modprobe tun)" % dev_tun) |