mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 00:59:46 +01:00
5 lines
71 B
Bash
Executable file
5 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ "${ACTION}" = "released" ] || exit 0
|
|
|
|
exec /sbin/poweroff
|