Skip to content
Snippets Groups Projects
Commit 6746623b authored by Mario's avatar Mario
Browse files
parents f8e45e1f 32f73d58
No related branches found
No related tags found
No related merge requests found
Pipeline #1958668 passed
......@@ -202,8 +202,6 @@ if $createConfig ; then
# "name" in connectivity.json should to match the actual chipName
chipName=$(jq -j --arg a $module_id --argjson b $cnt '.modules."\($a)".chips[$cnt].serial_number' $CFGFILE)
echo chipName
exit 1
if [ "$chipName" != "null" ]; then
conn=$(echo $conn | jq ".chips[$cnt] |= .+{\"name\":\"$chipName\"}")
fi
......@@ -311,7 +309,6 @@ if $createConfig ; then
fi
fi
exit 1
if $dcsOnOff ;then
echo -e "\n[ info ][so] Turning ON the DCS..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment