commit aacd07469fa801cf3370797c3e4796a18ed53d35 parent 3362b28bf46b7b120b87b1ebf41623447154e846 Author: ccx <ccx@te2000.cz> Date: Mon, 20 May 2024 12:21:27 +0000 Fix rfkill device node location Diffstat:
M | zsh-functions/confz_site_containers_init | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init @@ -264,8 +264,8 @@ confz_site_container_services_check() { local -a el_rfkill_and_sys=( "#!$(which execlineb) -P" 'importas -i GID GID' - 'if { mknod -m 660 /dev/rfkill c 10 242 }' - 'if { chown 0:${GID} /dev/rfkill }' + 'if { mknod -m 660 ./dev/rfkill c 10 242 }' + 'if { chown 0:${GID} ./dev/rfkill }' 'mount -t sysfs sysfs sys' ) SUCa wpa_supplicant linux_caps='^CAP_NET_ADMIN,^CAP_NET_RAW' \