mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-28 03:26:32 +00:00
fix config opts
This commit is contained in:
parent
dd591281a7
commit
67ff696d6b
@ -46,7 +46,7 @@ fi
|
||||
# runtime value
|
||||
if [ -f $CONFIG_PATH ]
|
||||
then
|
||||
ENDPOINT=$(jq --raw-output ".apiEndpoint // empty" $CONFIG_PATH)
|
||||
ENDPOINT=$(jq --raw-output ".endpoint // empty" $CONFIG_PATH)
|
||||
CONFIG_HOSTNAME=$(jq --raw-output ".hostname // empty" $CONFIG_PATH)
|
||||
PERSISTENT_LOGGING=$(jq --raw-output ".persistentLogging // empty" $CONFIG_PATH)
|
||||
if [ -z "$PERSISTENT_LOGGING" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user