Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix issue with user.conf #31

Merged
merged 1 commit into from
Jan 13, 2025
Merged

fix: Fix issue with user.conf #31

merged 1 commit into from
Jan 13, 2025

Conversation

HanLiQL
Copy link
Contributor

@HanLiQL HanLiQL commented Jan 13, 2025

1.Previously, when using read, if the last line did not have a newline character, it would not be read. An additional check has been added to separately determine if the last line has an end-of-file character, ensuring that all content is correctly read.
2.A different method has been used to split the content by : to improve stability.

1.Previously, when using read, if the last line did not have a newline character, it would not be read. An additional check has been added to separately determine if the last line has an end-of-file character, ensuring that all content is correctly read.
2.A different method has been used to split the content by : to improve stability.
@kroese kroese merged commit 17f13d6 into dockur:master Jan 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants