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
master
Rafał Miłecki 9 years ago
parent 26845a4715
commit 567d2ab3f8
  1. 2
      package/base-files/files/etc/rc.button/power

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

Loading…
Cancel
Save