linuxOS_PX30_CAR/external/update_engine/S99_bootcontrol

14 lines
202 B
Plaintext
Raw Permalink Normal View History

2026-01-20 05:50:57 +00:00
case "$1" in
start)
/usr/bin/rkboot_control now
;;
stop)
printf "stop finished\n"
;;
*)
echo "Usage: $0 {start|stop}"
exit 1
;;
esac
exit 0