mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-21 21:40:31 +02:00
Update 99-run.sh
This commit is contained in:
@@ -3,8 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Use new config file
|
# Use new config file
|
||||||
CONFIG_HOME="$(bashio::config "CONFIG_LOCATION")"
|
CONFIG_HOME="/config"
|
||||||
CONFIG_HOME="$(dirname "$CONFIG_HOME")"
|
|
||||||
mkdir -p "$CONFIG_HOME"
|
mkdir -p "$CONFIG_HOME"
|
||||||
if [ ! -f "$CONFIG_HOME"/postgresql.conf ]; then
|
if [ ! -f "$CONFIG_HOME"/postgresql.conf ]; then
|
||||||
# Copy default config.env
|
# Copy default config.env
|
||||||
|
|||||||
Reference in New Issue
Block a user