summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2015-05-16 23:19:16 -0400
committerDevan Franchini <twitch153@gentoo.org>2015-06-19 15:51:54 -0400
commit9f682ae6eaa6b51d38e0d842dd7e65ca7ed89e54 (patch)
treec5e8468a6dcd8f792c3afd861da73148703b7ce3
parentconfig.py: Message clean ups (diff)
downloadwebapp-config-9f682ae6eaa6b51d38e0d842dd7e65ca7ed89e54.tar.gz
webapp-config-9f682ae6eaa6b51d38e0d842dd7e65ca7ed89e54.tar.bz2
webapp-config-9f682ae6eaa6b51d38e0d842dd7e65ca7ed89e54.zip
config.py: Readds the "dir" key to the option_to_config term
-rw-r--r--WebappConfig/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebappConfig/config.py b/WebappConfig/config.py
index 8d6a0ae..ab19ee3 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -892,6 +892,7 @@ class Config:
# Map command line options into the configuration
option_to_config = {'host' : 'vhost_hostname',
+ 'dir' : 'g_installdir',
'server' : 'vhost_server',
'secure' : 'g_secure',
'user' : 'vhost_config_uid',