Typo
This commit is contained in:
parent
94aec8c65a
commit
08a64effe9
1 changed files with 1 additions and 1 deletions
2
cron.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue