fix error message

This commit is contained in:
Matthias 2022-03-13 21:34:50 +01:00
parent 2d4cc91701
commit 34dd39b2fc
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -180,7 +180,7 @@ class InvenTreeConfig(AppConfig):
# not all needed variables set
if set_variables < 3:
logger.warn('Not all required settings for adding a user on startup are present:\nINVENTREE_SET_USER, INVENTREE_SET_EMAIL, INVENTREE_SET_PASSWORD')
logger.warn('Not all required settings for adding a user on startup are present:\nINVENTREE_ADMIN_USER, INVENTREE_ADMIN_EMAIL, INVENTREE_ADMIN_PASSWORD')
settings.USER_ADDED = True
return