Skip to content
Snippets Groups Projects
Commit 04ec947e authored by Nikolai Hartmann's avatar Nikolai Hartmann
Browse files

Merge branch 'master' into v5

parents 45174f59 5baf4647
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,10 @@ fi
fpat=$1'*'
namespacedir=$(grep -Eo "oss.localroot.*" /etc/xrootd/xcache.cfg | awk '{print $2}')
# check cache
flist=`find /data/xrd/namespace/atlas -xtype f -name "$fpat" `
flist=`find $namespacedir -xtype f -name "$fpat" `
# check RAM disk
fl2=`find /dev/shm/atlas -xtype f -name "$fpat" `
......
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