mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-11-05 23:44:26 -05:00
6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ "${ACTION}" = "released" ] || exit 0
|
|
|
|
exec /sbin/poweroff
|