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 Modify file method in system module #4953

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

Rebits
Copy link
Member

@Rebits Rebits commented Feb 12, 2024

Description

This PR fix the modify file method in the system module


Testing performed

Modify Remote host
In [38]: hm.modify_file_content('manager1', "/tmp/a", 'testing')

In [39]: print(hm.get_file_content('manager1', '/tmp/a'))
testing

In [40]: hm.modify_file_content('manager1', "/tmp/a", 'testing2')

In [41]: print(hm.get_file_content('manager1', '/tmp/a'))
testing2

In [42]: 

@Rebits Rebits self-assigned this Feb 12, 2024
@Rebits Rebits linked an issue Feb 12, 2024 that may be closed by this pull request
@davidjiglesias davidjiglesias merged commit 96f3976 into 4.8.0 Feb 13, 2024
3 of 4 checks passed
@davidjiglesias davidjiglesias deleted the fix/4936-fix-modify-system-files branch February 13, 2024 08:33
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.

Bug in System file modification method for Linux Endpoints
3 participants