long option name

This commit is contained in:
Patrick Schleizer 2025-11-08 01:31:02 -05:00
parent d6c949c791
commit 1e48886c7e
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48

View file

@ -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