openwrtv3/openwrt/package/base-files/default/etc/init.d/S99done
2005-09-30 11:36:37 +00:00

4 lines
105 B
Bash
Executable file

#!/bin/sh
# set leds to normal state
[ -f /proc/sys/diag ] && echo "0x00" > /proc/sys/diag
sysctl -p >&-