Skip to content

Commit

Permalink
Update update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfels authored Feb 29, 2024
1 parent 9003eee commit 35723ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 35723ad

Please sign in to comment.