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