Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
configure shoudl expand nimbus_home for cumulus.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzTroll committed Aug 17, 2010
1 parent ee6e859 commit 4c981ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/libexec/nimbusconfigure.py
Expand Up @@ -447,7 +447,7 @@ def write_cumulus_props(self):
lines.append("\n")

lines.append("cumulus.authz.db=%s\n" % cumulus_authz_db)
lines.append("cumulus.repo.dir=$NIMBUS_HOME/cumulus/posixdata\n")
lines.append("cumulus.repo.dir=%s/cumulus/posixdata\n" % (self.basedir))
lines.append("cumulus.host=%s\n" % self['hostname'])
lines.append("cumulus.repo.bucket=%s\n" % repo_bucket)
lines.append("cumulus.repo.prefix=VMS\n")
Expand Down

0 comments on commit 4c981ff

Please sign in to comment.