From 35723ad574875fd2d3d9776e4b786641a824ab87 Mon Sep 17 00:00:00 2001 From: Robert Fels Date: Thu, 29 Feb 2024 10:02:26 +0100 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index a72128f..f499c5a 100644 --- a/update.sh +++ b/update.sh @@ -16,7 +16,7 @@ NEW_VERSION=$(curl -s "$URL" | grep -oP "sapcc-\K[0-9.]+(?=-linux-x64.zip)" | so # Check if a new version is available if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then echo "The latest version is already installed: $CURRENT_VERSION" - #exit 0 + exit 0 fi #echo "New version available: $NEW_VERSION"