Update run

This commit is contained in:
tsightler
2022-10-12 00:28:57 -04:00
parent 88d05fe940
commit 1c3bfc249c

View File

@@ -32,10 +32,10 @@ if [ -v HASSIO_TOKEN ]; then
export HAHOSTNAME=$(bashio::info.hostname)
export ADDONHOSTNAME=$HOSTNAME
else
export RUNMODE=docker
export RUNMODE="docker"
# If branch is not explicitly defined, use builtin branch
if [ ! -v BRANCH]; then
if [ ! -v BRANCH ]; then
export BRANCH="builtin"
fi