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
|