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 ""