mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
kodi.sh: return zero on succesful exit
This commit is contained in:
parent
7ce6b81da7
commit
97338e3757
@ -157,4 +157,7 @@ if [ $(( ($RET >= 131 && $RET <= 136) || $RET == 139 )) = "1" ] ; then
|
||||
detect_crash_loop && activate_safe_mode
|
||||
fi
|
||||
|
||||
# Filter Kodi powerdown/restartapp/reboot codes to satisfy systemd
|
||||
[ "$RET" -ge 64 -a "$RET" -le 66 ] && RET=0
|
||||
|
||||
exit $RET
|
||||
|
Loading…
x
Reference in New Issue
Block a user