Skip to content

Commit

Permalink
Fix katello-tracer-upload path. (Refs #137)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernhard committed Apr 29, 2024
1 parent 37c7fdf commit 6532376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extra/81-tracer-upload-apt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DPkg::Post-Invoke { /usr/bin/tracer-upload }
DPkg::Post-Invoke { /sbin/katello-tracer-upload }
2 changes: 1 addition & 1 deletion extra/katello-tracer-upload.cron
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Send a new Tracer report after a reboot
@reboot root sleep 60 && PATH=/usr/sbin:/usr/bin:/sbin:/bin /sbin/katello-tracer-upload >/dev/null 2>&1
@reboot root sleep 60 && PATH=/usr/sbin:/usr/bin:/sbin:/bin katello-tracer-upload >/dev/null 2>&1

0 comments on commit 6532376

Please sign in to comment.