diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 7c6f1cb964..bd1f8366b6 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -1182,7 +1182,7 @@ to your build configuration. | |||
1182 | gid = os.getgid() | 1182 | gid = os.getgid() |
1183 | uid = os.getuid() | 1183 | uid = os.getuid() |
1184 | logger.info("Setting up tap interface under sudo") | 1184 | logger.info("Setting up tap interface under sudo") |
1185 | cmd = ('sudo', self.qemuifup, str(uid), str(gid), self.bindir_native) | 1185 | cmd = ('sudo', self.qemuifup, str(uid), str(gid)) |
1186 | try: | 1186 | try: |
1187 | tap = subprocess.check_output(cmd).decode('utf-8').strip() | 1187 | tap = subprocess.check_output(cmd).decode('utf-8').strip() |
1188 | except subprocess.CalledProcessError as e: | 1188 | except subprocess.CalledProcessError as e: |