Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Apr 26, 2017
1 parent 8f83ca5 commit 01dbf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cernvm/amiconfig/plugins/cernvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def configure(self):
srvField = 'eos-server'
if srvField in cfg and eosUser is not None:
server = cfg[srvField]
util.mkdirChain('/eos')
util.call(['/bin/mkdir', '-p', '/eos'])
util.call(['/bin/chown',eosUser,'/eos'])
util.call(['/sbin/modprobe','fuse'])
cmd='/usr/bin/env X509_CERT_DIR=/cvmfs/grid.cern.ch/etc/grid-security/certificates X509_USER_PROXY=%s EOS_READAHEADSIZE=%s EOS_READCACHESIZE=%s /usr/bin/eosfsd /eos -oallow_other,kernel_cache,attr_timeout=30,entry_timeout=30,max_readahead=131072,max_write=4194304,fsname=eos root://%s//eos/' % (eosx509CertFile,eosReadAheadSize,eosReadCacheSize,server)
Expand Down

0 comments on commit 01dbf9a

Please sign in to comment.