chore: Add exit 0

This commit is contained in:
Kyle Gospodnetich 2024-03-28 13:20:19 -07:00
parent 4d2902d871
commit b03334c7fc

View File

@ -13,4 +13,5 @@ if [[ ${BASE_IMAGE_NAME} =~ "kinoite" ]]; then
else
# Temporarily disabled due to newly discovered screen lock issue.
# /usr/bin/joystickwake "$@"
exit 0
fi