linutil
linutil copied to clipboard
Fix account manager
Type of Change
- [x] Bug fix
- [x] Refactoring
Testing
before:
after:
Checklist
- [x] My code adheres to the coding and style guidelines of the project.
- [x] I have performed a self-review of my own code.
- [x] My changes generate no errors/warnings/merge conflicts.
The check for bashisms ci is failing due to an issue with how the removed files arent being found, because well they are being removed and you cant check for bashisms in a removed file as it doesnt exist, this will be fixed with #554