Wrong dir
This commit is contained in:
parent
b69701f0ec
commit
1ca6d88084
@ -90,6 +90,6 @@ ACTIONS = [INSTALL, UNINSTALL, START, STOP]
|
||||
# Where the configs and templates should be at.
|
||||
STACK_BIN_DIR = os.path.abspath(os.path.dirname(sys.argv[0]))
|
||||
STACK_CONFIG_DIR = os.path.join(STACK_BIN_DIR, "conf")
|
||||
STACK_DISTRO_DIR = os.path.join(STACK_BIN_DIR, "distros")
|
||||
STACK_DISTRO_DIR = os.path.join(STACK_CONFIG_DIR, "distros")
|
||||
STACK_TEMPLATE_DIR = os.path.join(STACK_CONFIG_DIR, "templates")
|
||||
STACK_CONFIG_LOCATION = os.path.join(STACK_CONFIG_DIR, "stack.ini")
|
||||
|
Loading…
Reference in New Issue
Block a user