Skip to content

Commit

Permalink
Working on v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdalertdk committed Sep 27, 2024
1 parent 7ba2cf9 commit 315143b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def mediamtx_config_init():
#************ INIT ************
# Get config file,
# Load config.yml if it exists
if not os.path.exists(config_file) or bool( os.environ.get("DEV_CONFIG_OVERWRITE", False) ):
if not os.path.exists(config_file) or bool( yaml.safe_load(os.environ.get("DEV_CONFIG_OVERWRITE", False)) ):
print("Container init | Creating config.yml")

# Get default config from opentakserver
Expand Down

0 comments on commit 315143b

Please sign in to comment.