diff --git a/ScanOperator.sh b/ScanOperator.sh index 50981b8039a2224cf7fae9951935bf3d221f7fea..2e3c679f5e95c39a503c10c99d1857950ad266bb 100755 --- a/ScanOperator.sh +++ b/ScanOperator.sh @@ -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..."