mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-27 09:41:21 +00:00
chore: Always exit 0 in cec-control
No sense throwing an error for an optional feature, this is a request in the first place.
This commit is contained in:
parent
06251a5fed
commit
e18fd84e3b
@ -21,3 +21,4 @@ elif [ "${ACTION}" = "onpoweroff" ] && [ "$CEC_ONPOWEROFF_STANDBY" = true ]; the
|
||||
elif [ "${ACTION}" = "onsleep" ] && [ "$CEC_ONSLEEP_STANDBY" = true ]; then
|
||||
echo "standby $CEC_TVID" | cec-client -s -d 1
|
||||
fi
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user