This commit is contained in:
2025-04-24 16:20:44 +03:00
parent 627335177f
commit 4d4be6cefe
3 changed files with 15 additions and 2 deletions

View File

@@ -6,8 +6,8 @@
# Copy default config
# ==============================================================================
CONFIG_PATH="/config/vector.yaml"
DEFAULT_CONFIG="/vector.yaml"
readonly CONFIG_PATH="/config/vector.yaml"
readonly DEFAULT_CONFIG="/vector.yaml"
if ! bashio::fs.file_exists "$CONFIG_PATH"; then
bashio::log.info "Copying default configuration from $DEFAULT_CONFIG"