This commit is contained in:
Pierre-Yves Chibon 2014-12-08 23:25:25 +01:00
parent db109df99f
commit eb04e98e0b

View file

@ -9,7 +9,7 @@ import pkg_resources
import os
## Set the environment variable pointing to the configuration file
os.environ['MM2_CONFIG'] = '/etc/mirrormanager/mirrormanager2cfg'
os.environ['MM2_CONFIG'] = '/etc/mirrormanager/mirrormanager2.cfg'
## The following is only needed if you did not install mirrormanager2
## as a python module (for example if you run it from a git clone).