Compare commits

..

No commits in common. "bc1d401f66e4893ecae415879f2760dee7bc60c0" and "1c8a47c43a5262aa0592537dbc55e6a5bfa7d5e5" have entirely different histories.

View File

@ -313,8 +313,7 @@ else
done done
fi fi
MATTERMOST_CURRENT_VERSION="$(${MATTERMOST_BASE_INSTALL_PATH}/mattermost/bin/mattermost version 2> /dev/null | grep -E "^Version:" | cut -d' ' -f2)" MATTERMOST_CURRENT_VERSION="$(${MATTERMOST_BASE_INSTALL_PATH}/mattermost/bin/mattermost version 2> /dev/null | grep -E "^Build Number:" | cut -d' ' -f3)"
MATTERMOST_CURRENT_BUILD_NUMBER="$(${MATTERMOST_BASE_INSTALL_PATH}/mattermost/bin/mattermost version 2> /dev/null | grep -E "^Build Number:" | cut -d' ' -f3)"
@ -454,7 +453,6 @@ blank_line
echo -e "\033[32mStart upgrade script for Mattermost Server with the following parameters\033[m" echo -e "\033[32mStart upgrade script for Mattermost Server with the following parameters\033[m"
echo "" echo ""
echo -e " Mattermost current Server Version.: $MATTERMOST_CURRENT_VERSION" echo -e " Mattermost current Server Version.: $MATTERMOST_CURRENT_VERSION"
echo -e " Mattermost current Build Number...: $MATTERMOST_CURRENT_BUILD_NUMBER"
echo "" echo ""
echo -e " Mattermost New Server Version.....: \033[33m\033[1m$MM_NEW_VERSION\033[m" echo -e " Mattermost New Server Version.....: \033[33m\033[1m$MM_NEW_VERSION\033[m"
echo "" echo ""