default to /etc/config.json

This commit is contained in:
2013-08-15 23:16:52 +02:00
parent f25bb8201b
commit e7fa5887b7

View File

@@ -9,7 +9,7 @@ from VMHelper import VMHelper
#### Constants ###
CONFIG_FILENAME_DEFAULT = "/root/tmp/config.json"
CONFIG_FILENAME_DEFAULT = "/etc/config.json"
SHUTDOWN_TIMEOUT = 180
#### --------- ###