changed code-server config

This commit is contained in:
Richard Sperry 2025-04-14 01:57:53 -07:00
parent 1f73553d54
commit 1e015c2d9b

View file

@ -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