mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-02 22:21:48 -05:00
Theoretical move from /etc/awx/ to /etc/tower/.
This commit is contained in:
2
setup.py
2
setup.py
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user