base-files: buttons: make power script return 0

It was missed in the r46471.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

Backport of r46582

git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46583 3c298f89-4303-0410-b956-a3cf2f4a3e73
zsun
rmilecki 2015-08-12 00:58:41 +00:00
parent f5c88036b0
commit f0f34ca96f
1 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,5 @@
[ "${ACTION}" = "released" ] || exit 0
exec /sbin/poweroff
return 0