Skip to content

Commit 1bf29ce

Browse files
committed
Fix 'invalid argument' config error
1 parent a40e54d commit 1bf29ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/60-osg-multiuser.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Enable multiuser plugin. This makes XRootD to write the files with the
22
# ownership of the user that authenticated to the server and not as the
33
# 'xrootd' user
4-
if exec xrootd && defined ?~XC_ENABLE_MULTIUSER
4+
if defined ?~XC_ENABLE_MULTIUSER && exec xrootd
55
ofs.osslib ++ libXrdMultiuser.so
66
else if defined ?~XC_ENABLE_MULTIUSER
77
ofs.osslib libXrdMultiuser.so default

0 commit comments

Comments
 (0)