Skip to content
Snippets Groups Projects

Devel arakuta bug

Merged Shusaku Arakuta requested to merge devel-arakuta-bug into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -94,8 +94,10 @@ if echo "${scanName}" | grep "tune_globalpreamp" >>/dev/null; then
exit 1
else
targetAmpOrCharge=$(jq -j '.common_config.target_preamp' $SCANCFG)
targetToT=$(echo $scan | jq -r '.[1]')
targetToT=$(echo $scan | jq -r '.[1]')
fi
elif echo "${scanName}" | grep "totscan" >>/dev/null; then
targetAmpOrCharge=$(jq -j '.common_config.target_preamp' $SCANCFG)
else
targetToT=""
if [[ $(echo $scan | jq '. | length') == 2 ]]; then
Loading