Skip to content

Commit

Permalink
Fix disk cleanup issue
Browse files Browse the repository at this point in the history
  • Loading branch information
marcone committed Jul 22, 2024
1 parent f41ff74 commit 5a51b4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run/archiveloop
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ function clean_cam_mount {
if [ -s /tmp/rmcandidates.txt ]
then
(cd "${CAM_MOUNT}"; xargs -a /tmp/rmcandidates.txt -0 ls -cr1) > /tmp/rmcandidatesbytime.txt
else
true > /tmp/rmcandidatesbytime.txt
fi

local freespace
Expand Down

0 comments on commit 5a51b4f

Please sign in to comment.