mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 02:18:16 +01:00
Update 10-vector.sh
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
# shellcheck shell=bash
|
||||
set -e
|
||||
|
||||
echo "Setting
|
||||
bashio::log.info "Waiting for port 5432 to open..."
|
||||
|
||||
#####################
|
||||
# Prepare vector.rs #
|
||||
#####################
|
||||
# Wait for transmission to become available
|
||||
bashio::net.wait_for 5432 localhost 900
|
||||
|
||||
bashio::log.info "Enabling vector.rs"
|
||||
|
||||
# Set variables for vector.rs
|
||||
DB_PORT=5432
|
||||
|
||||
Reference in New Issue
Block a user