do not start multiple subshells for applying /etc/uci-defaults. use sh -x for hush...
[openwrt.git] / package / base-files / files / etc / hotplug.d / usb / 10-usb
1 #!/bin/sh
2
3 # Copyright (C) 2009 OpenWrt.org
4
5 case "$ACTION" in
6 add)
7 # update LEDs
8 ;;
9 remove)
10 # update LEDs
11 ;;
12 esac
13
This page took 0.05527 seconds and 5 git commands to generate.