Merge pull request #680 from Capashenn/patch_12

fix issue #610 STRG-1842
This commit is contained in:
Michael Boelen 2019-07-15 19:53:33 +02:00 committed by GitHub
commit 08cbc6fe2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,10 @@
LogText "Test: ${device} is authorized currently"
Report "usb_authorized_device[]=${device}"
fi
else
LogText "Test: ${device} is authorized by default"
Report "usb_authorized_default_device[]=${device}"
FOUND=1
fi
done