Skip to content
Snippets Groups Projects
Commit a7410ba3 authored by tjc's avatar tjc
Browse files

pcs4 fix

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@8271 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 9e422071
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ file_arg=`echo $file_arg | sed 's@^/tmp_mnt/nfs/@/nfs/@' | sed 's@^/tmp_mnt/tmp_
file_arg=`echo $file_arg | sed 's@^/yeastpub4/@/nfs/disk222/yeastpub4/@'`
# fix for pcs4:
file_arg=`echo $file_arg | sed 's@^/.automount/pcs3/root/nfs/@/nfs/@'`
file_arg=`echo $file_arg | sed 's@^/.automount/evs-users2/root/@/nfs/@'`
if [ -f ./$file_arg ]
then
......
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