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
31fabe8881
commit
309b540e1f
1 changed files with 1 additions and 4 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue