Skip to content

Commit

Permalink
Merge pull request cobbler#297 from jimi1283/issue_277
Browse files Browse the repository at this point in the history
BUGFIX - Issue cobbler#277 - move webroot to /srv/www for debian/ubuntu
  • Loading branch information
jimi-c committed Sep 8, 2012
2 parents 0d05b2a + d104769 commit be12910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def run(self):
webroot = "/srv/www/"
elif os.path.exists("/etc/debian_version"):
webconfig = "/etc/apache2/conf.d"
webroot = "/usr/share/cobbler/webroot/"
webroot = "/srv/www/"
else:
webconfig = "/etc/httpd/conf.d"
webroot = "/var/www/"
Expand Down

0 comments on commit be12910

Please sign in to comment.