mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
Add option for path from config
This commit is contained in:
@@ -43,8 +43,7 @@ fi
|
||||
|
||||
declare TOKEN
|
||||
TOKEN=$(bashio::config 'secret_token')
|
||||
PATH=$(bashio::config 'path')
|
||||
PATH="${$PATH:-joal}"
|
||||
PATH=$(bashio::config 'ui_path')
|
||||
VERBOSE=$(bashio::config 'verbose') || true
|
||||
|
||||
# check password change
|
||||
|
||||
Reference in New Issue
Block a user