the file doesnt have 99 lines.... ffs

This commit is contained in:
Richard Sperry 2025-04-14 02:52:47 -07:00
parent 31fabe8881
commit 309b540e1f

View file

@ -7,7 +7,6 @@
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
@ -95,6 +94,4 @@ if ! bashio::fs.file_exists $user_path/workspaces.json; then
cp "$DEFAULT_FILES_PATH/workspaces.json" "$user_path/workspaces.json"
fi
echo exit
exit 0