mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 15:11:27 +00:00
19343540b93454abcae9f841c70e3b5523dfb9f8
some system user '\n\r' as line break, if we split commands by '\n', then '\r' will be considered as part of commands which will break sudo authentication. we can use splitlines function to avoid the problem.
Languages
Python
95.6%
CSS
4%
Shell
0.2%
Go
0.1%