mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
the file doesnt have 99 lines.... ffs
This commit is contained in:
parent
586e599ab6
commit
0974d323ab
1 changed files with 2 additions and 3 deletions
|
@ -52,6 +52,7 @@ fi
|
|||
|
||||
|
||||
if bashio::config.has_value 'log_level'; then
|
||||
# shellcheck disable=SC2154
|
||||
sed -i "/log_level=/c log_level=\"$log_level\"" "$CODE_SERVER_CONFIG"
|
||||
fi
|
||||
|
||||
|
@ -93,6 +94,4 @@ fi
|
|||
|
||||
if ! bashio::fs.file_exists "$user_path"/workspaces.json; then
|
||||
cp "$DEFAULT_FILES_PATH/workspaces.json" "$user_path/workspaces.json"
|
||||
fi
|
||||
|
||||
exit 0
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue