mirror of
https://github.com/open-sdr/openwifi.git
synced 2024-12-21 22:47:58 +00:00
Update wgd.sh
This commit is contained in:
parent
20aa12c209
commit
e07d2876e8
@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
|
|
||||||
checkModule () {
|
checkModule () {
|
||||||
MODULE="$1"
|
MODULE="$1"
|
||||||
if lsmod | grep "$MODULE" &> /dev/null ; then
|
if lsmod | grep "$MODULE" &> /dev/null ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user