mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 09:32:27 +02:00
inject.sh: add missing semicolon in case
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ inject()
|
|||||||
[ $# -gt 2 ] && new_mac="$3" && \
|
[ $# -gt 2 ] && new_mac="$3" && \
|
||||||
[ -z "$new_mac" ] && err "Empty MAC address specified" ;;
|
[ -z "$new_mac" ] && err "Empty MAC address specified" ;;
|
||||||
*)
|
*)
|
||||||
err "Unrecognised inject mode: '$2'"
|
err "Unrecognised inject mode: '$2'" ;;
|
||||||
esac
|
esac
|
||||||
[ "$new_mac" = "keep" ] && new_mac=""
|
[ "$new_mac" = "keep" ] && new_mac=""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user