mender-artifact write from SSH prints mender-snapshot path
Description
When running mender-artifact to create an Artifact from a remote ssh device:
That /usr/bin/mender-snapshot comes from the bash snippet that checks which binary to use but it should not be printed to the user. See this commit.
Acceptance criteria:
/usr/bin/mender-snapshot is omitted from the output above
Affects versions
None
Environment
None
Activity
Show:
Lluis Campos March 20, 2024 at 8:27 AM
Hi Daniel,
This one we should cherry-pick to the relevant release branches.
In theory you could say that it is a fix, although being something so harmless I didn't nitpick on that in the Pull Request.
From process point of view, we usually do In Review -> Merged -> Done. And it is in this "merged" state where we do cherry-picks or ports to relevant branches.
When running
mender-artifact
to create an Artifact from a remote ssh device:That
/usr/bin/mender-snapshot
comes from the bash snippet that checks which binary to use but it should not be printed to the user. See this commit.Acceptance criteria:
/usr/bin/mender-snapshot
is omitted from the output above