openwrtv4/package/base-files/files/etc/rc.button/power
John Crispin 47cf6f9cd1 base-files: /etc/rc.button/power should be executable
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 40993
2014-06-03 06:52:46 +00:00

5 lines
71 B
Bash
Executable file

#!/bin/sh
[ "${ACTION}" = "released" ] || exit 0
exec /sbin/poweroff