Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1809 +/- ##
========================================
Coverage 79.20% 79.20%
========================================
Files 138 138
Lines 9664 9664
========================================
Hits 7654 7654
Misses 2010 2010 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
follows on from #1796 which was removed as I needed to tidy up my repos |
|
change optional install dir |
|
@wh1te909 I can remove this line https://github.com/dinger1986/tacticalrmm/blob/c00caf7d11bcc4b4e8ee684914de23ca385ecd40/api/tacticalrmm/core/agent_linux.sh#L28 as it can be set by a variable, it was more to catch the instance where someone forgets to set it and then the binary doesnt get removed on uninstall. What I think Ill do is add it to PATH if its a custom folder and then use |
|
@dinger1986 you need to make the appropriate changes in the agent code base, just like how we handle other optional install flags/settings |
|
Ah ok, I get you! I'll do some reading |
changes for linux agents install