buttons: make all button handler scripts return 0
[openwrt/svn-archive/archive.git] / package / network / services / hostapd / files / wps-hotplug.sh
index 5b3c7534272f1c5745268d3d5486f7fa9938e428..24af80e55bec2915fc038c99354a4aa8170b0799 100644 (file)
@@ -7,3 +7,5 @@ if [ "$ACTION" = "pressed" -a "$BUTTON" = "wps" ]; then
                hostapd_cli -i "$socket" wps_pbc
        done
 fi
+
+return 0