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

Commit

Permalink
change url
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Yves <[email protected]>
  • Loading branch information
docjyJ committed May 18, 2024
1 parent 4f1bdb6 commit 4a5e6a7
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.7.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/readme.md"
echo "Make a backup and see https://github.com/nextcloud/all-in-one/blob/main/community-containers/stalwart/upgrading.md"
echo "To avoid any loss of data, Stalwart will not launch."
exit 1
fi
Expand Down

0 comments on commit 4a5e6a7

Please sign in to comment.