1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
John Crispin 2efb40579d 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

6 lines
71 B
Bash
Executable File

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