Skip to content

Commit

Permalink
drop unnecessary paths in cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
plengauer committed Sep 29, 2023
1 parent e2f6a5b commit f99c861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: gitaptly
Version: 2.8.0
Version: 2.8.1
Architecture: all
Depends: debconf, bash, jq, cron, gzip, dpkg-dev, wget, python3, python3-pip, python3-venv
Suggests: opentelemetry-shell (>= 1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion package/etc/cron.d/gitaptly
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0 * * * * root /bin/bash /usr/bin/gitaptly_update.sh
0 * * * * root gitaptly_update.sh

0 comments on commit f99c861

Please sign in to comment.