• Jiajun Liu's avatar
    fix line break bug · 19343540
    Jiajun Liu authored
    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.
    19343540
Name
Last commit
Last update
..
__init__.py Loading commit data...
admin.py Loading commit data...
models.py Loading commit data...
tests.py Loading commit data...
urls.py Loading commit data...
views.py Loading commit data...