system: fix firmware command shortcut

This commit is contained in:
Franco Fichtner 2022-07-05 08:37:05 +02:00
parent 1d769e6e6c
commit dd677931fa

View File

@ -63,9 +63,9 @@ defaults)
shift
exec ${CMD_DEFAULTS} "${@}"
;;
update)
firmware)
shift
exec ${CMD_UPDATE} "${@}"
exec ${CMD_FIRMWARE} "${@}"
;;
halt)
shift