Your IP : 216.73.217.13


Current Path : /proc/thread-self/root/proc/thread-self/root/snap/core/17292/lib/crda/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/snap/core/17292/lib/crda/setregdomain

#!/bin/sh

set -e

REGDOMAIN=
CRDA_CONF=/etc/default/crda

[ -r "$CRDA_CONF" ] && . "$CRDA_CONF"
[ -z "$REGDOMAIN" ] && exit 0

exec /sbin/iw reg set "$REGDOMAIN"