Skip to content
Snippets Groups Projects
Commit f6ff3c29 authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Fix description on configChannels.sh

The last commit uses pv_name without $, so the resulted file
was invalid. This change fix this and set the description to
original PV, this ensure the description will be set right even
when alias is the same as channel.
parent 3a1aaf89
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ do
fi
# set descriptions
echo "$template1\"A=$LLRF_IOC_NAME:pv_name, D=$desc\")" >> $fPathDesc
echo "$template1\"A=$LLRF_IOC_NAME$iNum:AI$ch, D=$desc\")" >> $fPathDesc
done
} < $confFile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment