1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/network/templates/hostapd/netd-disp

7 lines
147 B
Text
Raw Normal View History

#!/bin/bash
if [ "$IFACE" == "{{ discovered_wireless_iface }}" ]; then
echo "NET-DISP-WiFi $IFACE $STATE"
2020-04-23 00:25:49 +00:00
/usr/sbin/ip link set ap0 up
fi