47cf6f9cd1
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40993
5 lines
71 B
Bash
Executable file
5 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ "${ACTION}" = "released" ] || exit 0
|
|
|
|
exec /sbin/poweroff
|