[hostapd] use new button scheme
[openwrt.git] / package / network / services / hostapd / files / wps-hotplug.sh
index b5376cc..ffd3cf9 100644 (file)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 if [ "$ACTION" = "pressed" -a "$BUTTON" = "wps" ]; then
        for dir in /var/run/hostapd-*; do
                [ -d "$dir" ] || continue