-
-
Notifications
You must be signed in to change notification settings - Fork 460
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
Update agent_linux.sh #1796
Update agent_linux.sh #1796
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1796 +/- ##
===========================================
- Coverage 79.31% 79.20% -0.12%
===========================================
Files 138 138
Lines 9645 9661 +16
===========================================
+ Hits 7650 7652 +2
- Misses 1995 2009 +14 ☔ View full report in Codecov by Sentry. |
doesn't work, i tested like this |
I'll check it and sort it |
thanks now just uninstall doesn't cleanup properly, binary is still left behind. |
its actually not right anyway, what I have done is basically accept the second argument when running the script as the binpath and thats not right, let me look at it a bit more |
reordered alot of parts and added command to find bin location from service file, tested working on debian 11 and 12 |
for usage like this ./install_script.sh --binpath /my/custom/path
to close this issue #1508