diff --git a/meta-digi-dey/recipes-core/busybox/busybox-1.23.2/pswitch-release b/meta-digi-dey/recipes-core/busybox/busybox-1.23.2/pswitch-release index b6db85dac..b39823a19 100644 --- a/meta-digi-dey/recipes-core/busybox/busybox-1.23.2/pswitch-release +++ b/meta-digi-dey/recipes-core/busybox/busybox-1.23.2/pswitch-release @@ -4,7 +4,7 @@ POWEROFF_DELAY=2 if [ ! -f /tmp/pswitch_press ]; then logger -t acpid "No press event." - exit -1 + exit 1 fi while read line