This commit is contained in:
Starbeamrainbowlabs 2019-09-06 18:09:39 +01:00
parent 94aec8c65a
commit 08a64effe9
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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