mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
6 lines
147 B
Bash
6 lines
147 B
Bash
#!/bin/bash
|
|
if [ "$IFACE" == "{{ discovered_wireless_iface }}" ]; then
|
|
echo "NET-DISP-WiFi $IFACE $STATE"
|
|
/usr/sbin/ip link set ap0 up
|
|
fi
|
|
|