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