mirror of
https://github.com/open-sdr/openwifi.git
synced 2024-12-19 05:38:09 +00:00
Update wgd.sh
This commit is contained in:
parent
20aa12c209
commit
e07d2876e8
@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# SPDX-FileCopyrightText: 2019 Jiao Xianjun <putaoshu@msn.com>
|
||||
# Author: Xianjun Jiao
|
||||
# SPDX-FileCopyrightText: 2019 UGent
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
||||
checkModule () {
|
||||
MODULE="$1"
|
||||
if lsmod | grep "$MODULE" &> /dev/null ; then
|
||||
|
Loading…
Reference in New Issue
Block a user