the file doesnt have 99 lines.... ffs

This commit is contained in:
Richard Sperry 2025-04-14 15:18:15 -07:00
parent 586e599ab6
commit 0974d323ab

View file

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