diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-qemu-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 5789a782..93be1b3a 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -299,7 +299,7 @@ try: elif i==2: log.error("Did not find VyOS-smoketest, this should be an exception") #raise Exception("WTF? did not find VyOS-smoketest, this should be an exception") - cr(c, '/usr/bin/vyos-smoketest') + cr(c, '/usr/sbin/vyos-smoketest') log.info("Smoke test status") #data = c.before.decode() |