Skip to content

Commit

Permalink
MNT: Remove extra line in ami_offline_psana
Browse files Browse the repository at this point in the history
  • Loading branch information
ZryletTC committed Feb 11, 2022
1 parent d207bea commit 01e133a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ami_offline_psana
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ fi

#plugin_path & plugin string.
pp=`grep plugin_path /reg/g/pcds/dist/pds/$HUTCH/scripts/$CNF | grep ami_base | grep -v '#' | awk 'BEGIN { FS = "= " }; { print $2}' | sed s/ami_base_path+//g | sed s/\'//g`
plugin_path=$ami_base_path`grep plugin_path /reg/g/pcds/dist/pds/$HUTCH/scripts/$CNF | grep ami_base | grep -v '#' | awk 'BEGIN { FS = "= " }; { print $2}' | sed s/ami_base_path+//g | sed s/\'//g`
plugin_path=$ami_base_path$pp
plugin_str=$plugin_path'/libtimetooldbd.so'

Expand Down

0 comments on commit 01e133a

Please sign in to comment.