diff --git a/extract_utils.sh b/extract_utils.sh index 11819f3..d241cf5 100644 --- a/extract_utils.sh +++ b/extract_utils.sh @@ -92,7 +92,7 @@ function setup_vendor() { COMMON=0 fi - if [ "$5" == "true" ] || [ "$5" == "1" ]; then + if [ "$5" == "false" ] || [ "$5" == "0" ]; then VENDOR_STATE=1 VENDOR_RADIO_STATE=1 else