gpio-keyboard-driver: Update script for errors

Print and exit correctly on error conditions

Signed-off-by: Nicholas Mello <nick@nmello.dev>
This commit is contained in:
2026-02-07 16:12:17 -06:00
parent 342b6c084f
commit 1bd2214dad

View File

@@ -19,4 +19,8 @@ case "$1" in
stop
start
;;
*)
echo "ERROR: Must be start, stop, or restart"
exit 1
;;
esac