mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 12:56:23 -05:00
long option name
This commit is contained in:
parent
d6c949c791
commit
1e48886c7e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
export LC_ALL='C'
|
export LC_ALL='C'
|
||||||
|
|
||||||
if lspci | grep -q '^[^ ]* USB controller: '; then
|
if lspci | grep --quiet '^[^ ]* USB controller: '; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue