2016-11-23 15:42:51 -08:00

8 lines
81 B
Bash
Executable File

#!/bin/sh
[ "${ACTION}" = "released" ] || exit 0
exec /sbin/poweroff
return 0