mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 03:50:48 +00:00
base-files: buttons: make power script return 0
It was missed in the r46471. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46582
This commit is contained in:
parent
26845a4715
commit
567d2ab3f8
@ -3,3 +3,5 @@
|
|||||||
[ "${ACTION}" = "released" ] || exit 0
|
[ "${ACTION}" = "released" ] || exit 0
|
||||||
|
|
||||||
exec /sbin/poweroff
|
exec /sbin/poweroff
|
||||||
|
|
||||||
|
return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user