Skip to content

Commit

Permalink
fix dyno cronjob perms (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Feb 5, 2024
1 parent 6555f8b commit 47c0c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions registry/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ fi

# Run garbage collection job in background
echo "* * * * * /garbage-collect.sh >> /proc/1/fd/1 2>&1" > /etc/crontabs/dyno
chmod 0644 /etc/crontabs/dyno
crond -l 2

case "$1" in
Expand Down

0 comments on commit 47c0c2c

Please sign in to comment.