mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +00:00
changed config.yaml
This commit is contained in:
parent
a5277834a0
commit
b86e00b0c9
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ fi
|
||||||
|
|
||||||
if bashio::config.has_value 'log_level'; then
|
if bashio::config.has_value 'log_level'; then
|
||||||
# shellcheck disable=SC2154
|
# shellcheck disable=SC2154
|
||||||
sed -i "/log=/c log= $log_level" "$CODE_SERVER_CONFIG"
|
sed -i "/log=/c log=\"$log_level\"" "$CODE_SERVER_CONFIG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Ensure extensions path
|
# Ensure extensions path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue