diff --git a/cron.sh b/cron.sh index 8f66da8..c441611 100755 --- a/cron.sh +++ b/cron.sh @@ -7,7 +7,7 @@ aptosaurus="/srv/aptosaurus/aptosaurus.sh"; # FUTURE: Use own account? Is it worth it for a cron job? user_account="daemon"; -# Locate & move the .dev files into place +# Locate & move the .deb files into place find "${source}" -type f -name "*.deb" -print0 | xargs -n1 -I{} --null mv "{}" "${destination}"; # chown them to the right user account