Skip to content

Commit

Permalink
Changed reg path to cds path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Malapati authored and Kaushik Malapati committed Mar 18, 2024
1 parent 76b17ea commit 61945b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ioctool
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ elif [ "$CMD" == "telnet" ]; then
#################################################################

elif [ "$CMD" == "pvs" ]; then
pvlistfile=/reg/d/iocData/"${NAME}"/iocInfo/IOC.pvlist
pvlistfile=/cds/data/iocData/"${NAME}"/iocInfo/IOC.pvlist
if [ -f "$pvlistfile" ]; then
less "$pvlistfile"
else
Expand Down

0 comments on commit 61945b6

Please sign in to comment.