Update define.sh

This commit is contained in:
Kroese 2025-04-20 18:54:16 +02:00 committed by GitHub
parent db26ed4728
commit 855f83e395
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1390,7 +1390,7 @@ prepareInstall() {
case "$pid" in case "$pid" in
*"000" | *"270" | *"OEM" ) ;; *"000" | *"270" | *"OEM" ) ;;
* ) warn "unknown PID: ${pid:(-3)}" ;; * ) warn "unknown PID found in image: \"${pid:(-3)}\"" ;;
esac esac
if [[ "$driver" == "2k" ]]; then if [[ "$driver" == "2k" ]]; then