mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
changed init-cs run
This commit is contained in:
parent
b86e00b0c9
commit
8adbd817dd
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ if ! bashio::fs.file_exists "$CODE_SERVER_CONFIG"; then
|
|||
fi
|
||||
|
||||
if bashio::config.has_value 'log_level'; then
|
||||
# shellcheck disable=SC2154
|
||||
log_level=$(bashio::config 'log_level')
|
||||
sed -i "/log=/c log=\"$log_level\"" "$CODE_SERVER_CONFIG"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue