[IMP] Check if the config file exists (only if -c used, and not -s argument in the same time)

bzr revid: christophe.chauvet@syleam.fr-20091207105645-9m8qclwrzfbo5cbh
This commit is contained in:
Christophe Chauvet 2009-12-07 11:56:45 +01:00
parent ac8e7946f5
commit e111336ba6
1 changed files with 4 additions and 0 deletions

View File

@ -202,6 +202,10 @@ class configmanager(object):
die(opt.translate_out and (not opt.db_name),
"the i18n-export option cannot be used without the database (-d) option")
# Check if the config file exists (only if -c used, and not -s argument)
die(not opt.save and opt.config and not os.path.exists(opt.config),
"The config file define with (-c) doesn't exists, use (-s) if you want to create it")
# place/search the config file on Win32 near the server installation
# (../etc from the server)
# if the server is run by an unprivileged user, he has to specify location of a config file where he has the rights to write,