kuksa-val: Update to 0.3.1
[AGL/meta-agl-demo.git] / recipes-connectivity / kuksa-val / can-dev-helper / can-dev-helper.sh
index 69dc628..d57604c 100644 (file)
@@ -25,7 +25,7 @@ fi
 
 # Ideally the parsing would take the "[can]" section into
 # account, but this should work for now.
-interface=$(grep ^port= $CONF |cut -d= -f2 |tr -d '"')
+interface=$(sed -nr '/\[can\]/,/\[/{s/^port *= *//p}' $CONF)
 if [ -n "$interface" ]; then
     echo "Checking $interface"
     if ! ifconfig $interface >/dev/null 2>&1; then