We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae43432 commit 55ccd71Copy full SHA for 55ccd71
testing/adios2/engine/bp/generateXRootDConfig.sh
@@ -6,7 +6,7 @@ mkdir -p xroot/etc/xrootd
6
{
7
echo "xrootd.fslib libXrdSsi.so";
8
echo ""
9
- echo "all.export /home/eisen/xroot/data nolock r/w";
+ echo "all.export ${PWD}/xroot/data nolock r/w";
10
11
echo "oss.statlib -2 libXrdSsi.so";
12
0 commit comments