Skip to content

Commit

Permalink
Fix typo "login_server: unbound variable" (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saoclyph authored Apr 15, 2023
1 parent 6dd9a6b commit e3895b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ options+=(--hostname "$(bashio::info.hostname)")
# Get configured control server
if bashio::config.has_value "login_server";
then
tags=$(bashio::config "login_server")
login_server=$(bashio::config "login_server")
options+=(--login_server="${login_server}")
fi

Expand Down

0 comments on commit e3895b6

Please sign in to comment.