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
1 changed files with 2 additions and 0 deletions
|
@ -3,3 +3,5 @@
|
|||
[ "${ACTION}" = "released" ] || exit 0
|
||||
|
||||
exec /sbin/poweroff
|
||||
|
||||
return 0
|
||||
|
|
Loading…
Reference in a new issue