Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
  • Loading branch information
docjyJ authored Aug 2, 2024
1 parent a12fb63 commit ca1809c
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 @@ -7,7 +7,7 @@ DATA_VERSION="0.8.0"
if [ -f "$AIO_LOCK" ]; then
if [ "$DATA_VERSION" != "$(cat "$AIO_LOCK")" ]; then
echo "Your data is in an old format."
echo "Make a backup and see https://github.com/nextcloud/all-in-one/blob/main/community-containers/stalwart/upgrading.md"
echo "Make a backup and see https://github.com/docjyJ/aio-stalwart"
echo "To avoid any loss of data, Stalwart will not launch."
exit 1
fi
Expand Down

0 comments on commit ca1809c

Please sign in to comment.