fix: remove unnecessary echo
This commit is contained in:
parent
8722409004
commit
890e715e86
|
@ -245,8 +245,6 @@ function cmd_attach() {
|
|||
|
||||
vendorid=$(printf "%d\n" "0x$vendorid_hex")
|
||||
productid=$(printf "%d\n" "0x$productid_hex")
|
||||
echo $productid
|
||||
echo $vendorid
|
||||
(
|
||||
echo '{"execute":"qmp_capabilities"}'
|
||||
echo '{"execute":"device_add","arguments":{"driver":"usb-host","bus":"usb.0","vendorid":'$vendorid',"productid":'$productid'}}'
|
||||
|
|
Loading…
Reference in New Issue