Browse Source

base-files: buttons: make power script return 0

It was missed in the r46471.

Signed-off-by: Rafał Miłecki <[email protected]>

SVN-Revision: 46582
Rafał Miłecki 10 years ago
parent
commit
567d2ab3f8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/base-files/files/etc/rc.button/power

+ 2 - 0
package/base-files/files/etc/rc.button/power

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