This commit is contained in:
2025-04-24 16:26:34 +03:00
parent 78ecd16b68
commit 22cb685d90

View File

@@ -5,6 +5,9 @@
# Start Vector
# ==============================================================================
readonly CONFIG_PATH="/config/vector.yaml"
readonly DEFAULT_CONFIG="/vector.yaml"
bashio::log.info "Starting Vector..."
if ! bashio::fs.file_exists "$CONFIG_PATH"; then