mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
47cf6f9cd1
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40993
6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ "${ACTION}" = "released" ] || exit 0
|
|
|
|
exec /sbin/poweroff
|