1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-07 19:51:19 +02:00
openwrt/target/linux/brcm-2.4/base-files/default/sbin/hotplug.failsafe

5 lines
52 B
Plaintext
Raw Normal View History

#!/bin/sh
case "$1" in
button) kill -USR1 1;;
esac