missed the check if /etc/bdisk/build.ini is specified

This commit is contained in:
brent s. 2017-04-12 12:05:58 -04:00
parent ef8562fb0e
commit 6f3a0f6b86
1 changed files with 3 additions and 1 deletions

View File

@ -50,6 +50,8 @@ def getConfig(conf_file='/etc/bdisk/build.ini'):
break
else:
conf = conf_file
else:
conf = conf_file
defconf = os.path.abspath('{0}/../extra/dist.build.ini'.format(os.path.dirname(os.path.realpath(__file__))))
if not conf:
# okay, so let's check for distributed/"blank" ini's