Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Release 2.15.2 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Nov 8, 2022
1 parent 31ad4d9 commit 49559ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.15.2 2022-11-07 <dave at tiredofit dot ca>

### Changed
- Fix for hourminute timestamp


## 2.15.1 2022-11-07 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion install/etc/services.available/91-archive-management/run
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
waittime=$(( ${BASH_REMATCH[1]} * 60 ))
target_time=$(($current_time + $waittime))
else
target_time=$(date --date="${today}${ARCHIVE_CLEANUP_TIME_BEGIN}" +"%s")
target_time=$(date --date="${today} ${ARCHIVE_CLEANUP_TIME_BEGIN}" +"%s")
if [[ "$target_time" < "$current_time" ]]; then
target_time=$(($target_time + 24*60*60))
fi
Expand Down

0 comments on commit 49559ef

Please sign in to comment.