mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 05:14:48 +08:00
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
unset WIRELESS_REGDOM
|
||
|
. /etc/conf.d/wireless-regdom
|
||
|
[ -n "${WIRELESS_REGDOM}" ] && iw reg set ${WIRELESS_REGDOM}
|