Skip to content

Commit 55ccd71

Browse files
committed
Kill hardcoded dir
1 parent ae43432 commit 55ccd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/adios2/engine/bp/generateXRootDConfig.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mkdir -p xroot/etc/xrootd
66
{
77
echo "xrootd.fslib libXrdSsi.so";
88
echo ""
9-
echo "all.export /home/eisen/xroot/data nolock r/w";
9+
echo "all.export ${PWD}/xroot/data nolock r/w";
1010
echo ""
1111
echo "oss.statlib -2 libXrdSsi.so";
1212
echo ""

0 commit comments

Comments
 (0)