Update env file warning message to be more specific
This commit is contained in:
parent
c590d5878c
commit
539fcd5ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ def check_env_file():
|
||||||
"""
|
"""
|
||||||
if not os.path.exists(".env"):
|
if not os.path.exists(".env"):
|
||||||
warning_msg = (
|
warning_msg = (
|
||||||
"Warning: .env file not found. Some features may not work properly."
|
"Warning: Startup directory must contain .env file for multi-instance support."
|
||||||
)
|
)
|
||||||
ASCIIColors.yellow(warning_msg)
|
ASCIIColors.yellow(warning_msg)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue