Skip to content

Commit

Permalink
Fix install-agent.sh with --use-tgz
Browse files Browse the repository at this point in the history
fix #222
  • Loading branch information
stefanotorresi authored Jun 6, 2024
1 parent 58fd08c commit 98c43e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function install_trento_tgz() {
tar -zxf trento-agent-${ARCH}.tgz

mv trento-agent ${bin_dir}/trento-agent
mv packaging/systemd/trento-agent.service ${sysd_dir}/trento-agent.service
mv trento-agent.service ${sysd_dir}/trento-agent.service
systemctl daemon-reload
rm trento-agent-${ARCH}.tgz
}
Expand Down

0 comments on commit 98c43e2

Please sign in to comment.