Skip to content
Snippets Groups Projects
Commit d5dc9354 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@7313 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 37c7865a
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,8 @@ unique_bit=$$.`hostname`
file_arg=`echo $file_arg | sed 's@^/tmp_mnt/nfs/@/nfs/@' | sed 's@^/tmp_mnt/tmp_nfs/@/nfs/@'`
# fix for pcs3:
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/@'`
if [ -f ./$file_arg ]
......
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