From 522df2e02e99d5009725c9be419159cde2b5b8df Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 11 Dec 2021 03:37:33 +0100 Subject: [PATCH] update_nextcloud.sh: some minor updates. --- update_nextcloud.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update_nextcloud.sh b/update_nextcloud.sh index 72fb4ca..d865ba9 100755 --- a/update_nextcloud.sh +++ b/update_nextcloud.sh @@ -629,7 +629,9 @@ fi echo "" if [[ "$VERSION" = "$PRIOR_VERSION" ]] ; then - warn "The new version (\033[1m${VERSION}\033[m) is the same as the current version (\033[1m${PRIOR_VERSION}\033[m)!" + warn "The new version (\033[1m${VERSION}\033[m) is the same as the current version (\033[1m${PRIOR_VERSION}\033[m). + + \033[1mYou have to reinstall some apps manually!\033[m" fi echo ""