mirror of https://github.com/hak5/openwrt.git
6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
[ "${ACTION}" = "released" ] || exit 0
|
||
|
|
||
|
exec /sbin/poweroff
|