From ab4750680d5eaab5d55e143772a7bca6b06bd502 Mon Sep 17 00:00:00 2001 From: 74k1n984ckmyp21v4cy <79848514+74k1n984ckmyp21v4cy@users.noreply.github.com> Date: Tue, 1 Jun 2021 12:09:34 +0200 Subject: [PATCH] [Update] URL to update feed for available updates (#4109) * URL to update feed for available updates With this change, the URL to the update feed will be displayed in a new line if updates are available. * Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index f4f058d8..c53f3759 100755 --- a/update.sh +++ b/update.sh @@ -123,7 +123,7 @@ while (($#)); do exit 99 fi if [[ -z $(git log HEAD --pretty=format:"%H" | grep "${LATEST_REV}") ]]; then - echo "Updated code is available." + echo -e "Updated code is available.\nThe changes can be found here: https://github.com/mailcow/mailcow-dockerized/commits/master" git log --date=short --pretty=format:"%ad - %s" $(git rev-parse --short HEAD)..origin/master exit 0 else