Skip to content

Commit

Permalink
Change data verssion to 8 (#11)
Browse files Browse the repository at this point in the history
Update start.sh
  • Loading branch information
docjyJ authored Jul 10, 2024
1 parent 641a6a6 commit 5eca9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Test data
AIO_LOCK="/opt/stalwart-mail/aio.lock"
DATA_VERSION="0.7.0"
DATA_VERSION="0.8.0"

if [ -f "$AIO_LOCK" ]; then
if [ "$DATA_VERSION" != "$(cat "$AIO_LOCK")" ]; then
Expand Down

0 comments on commit 5eca9e5

Please sign in to comment.