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