Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinexclusively committed Jul 31, 2024
1 parent fdaa68c commit 14ccc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suspend-fix/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install_dropin() {

if [ "${BASH_SOURCE[0]}" = "$0" ]; then
for pid in "${MM_PIDS[@]}"; do
if [ -n $(lspci -d ":$pid")" ]; then
if [ -n "$(lspci -d ":$pid")" ]; then
echo "Found PCI ID $pid, installing the ModemManager drop-in override"
install_dropin
exit
Expand Down

0 comments on commit 14ccc4c

Please sign in to comment.