Skip to content

Commit

Permalink
fork / output to /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Feb 21, 2025
1 parent 8278f2c commit 1ce222f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion housekeeping/bin/update-repos.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e

update-git /data/minetest/world/worldmods master >> /data/update-log.txt
Expand Down
2 changes: 1 addition & 1 deletion housekeeping/etc/crontabs/root
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# min hour day month weekday command
* * * * * /bin/update-repos.sh
* * * * * /bin/update-repos.sh &> /dev/null &
0 * * * * /bin/crashlogs-cleanup.sh
0 * * * * /bin/logrotate.sh
0 3 * * 6 /bin/public-backup.sh

0 comments on commit 1ce222f

Please sign in to comment.