Theoretical move from /etc/awx/ to /etc/tower/.

This commit is contained in:
Luke Sneeringer
2014-07-17 14:02:56 -05:00
parent 389c9861d8
commit 7e284e0c4a
6 changed files with 15 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ from awx import __version__
build_timestamp = os.getenv("BUILD",datetime.datetime.now().strftime('-%Y%m%d%H%M'))
# Paths we'll use later
etcpath = "/etc/awx"
etcpath = "/etc/tower"
homedir = "/var/lib/awx"
sharedir = "/usr/share/awx"
if os.path.exists("/etc/debian_version"):