1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-10-31 00:07:43 +02:00
This commit is contained in:
Ralph Slooten
2023-01-14 00:31:03 +13:00
parent 70df34d071
commit 1718ec00e5

View File

@@ -7,7 +7,7 @@ set -e
VERSION=$(curl --silent --location --max-time "${TIMEOUT}" "https://api.github.com/repos/${GH_REPO}/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
if [ $? -ne 0 ]; then
echo -ne "\nThere was an error trying to check what is the latest version of ssbak.\nPlease try again later.\n"
echo -ne "\nThere was an error trying to check what is the latest version of Mailpit.\nPlease try again later.\n"
exit 1
fi