mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update run.sh
This commit is contained in:
@@ -43,7 +43,8 @@ fi
|
||||
|
||||
declare TOKEN
|
||||
TOKEN=$(bashio::config 'secret_token')
|
||||
PATH="{$(bashio::config 'path'):-joal}"
|
||||
PATH=$(bashio::config 'path')
|
||||
PATH="${$PATH:-joal}"
|
||||
VERBOSE=$(bashio::config 'verbose') || true
|
||||
|
||||
# check password change
|
||||
|
||||
Reference in New Issue
Block a user