Skip to content

Commit

Permalink
Changed simulated delete to real delete
Browse files Browse the repository at this point in the history
  • Loading branch information
aSouchereau committed Oct 31, 2023
1 parent 4d9ad34 commit 8e10ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function cleanup() {
fsec=$(date +%s --date=${fdate}) # convert filename timestamp into unix timestamp

if [[ $fsec -lt $retentionCutoff ]]; then # remove file if timestamp older than retention cutoff
echo "rm $file"
rm $file
fi
done
}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.1.0

0 comments on commit 8e10ced

Please sign in to comment.