mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
changed code-server config
This commit is contained in:
parent
1f73553d54
commit
1e015c2d9b
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
declare config_path
|
||||
bashio::log.info "Initalizing code-server configs"
|
||||
|
||||
|
||||
# List of previous config hashes, to allow upgrade "default" configs.
|
||||
readonly -a PREVIOUS_DEFAULT_CONFIG_HASHES=(
|
||||
86776df88391c3d94f79f62b430f9ff8538960628d5e04fb660165a5a46640d2e74f89cd68b3e6985dc59101ae2dda00a1e25aa48381acfd4736858c5f23878b
|
||||
|
@ -92,4 +93,4 @@ fi
|
|||
|
||||
if ! bashio::fs.file_exists $user_path/workspaces.json; then
|
||||
cp "$DEFAULT_FILES_PATH/workspaces.json" "$user_path/workspaces.json"
|
||||
fi
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue