-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
There's a \r at the end of currVersBase from the getJavaVersion, so the compare fails and will bug you in Self Service mode
Added a sed item to to kill \r: -e "s/"$'\r'"//g"
So it is now:
currVersBase=$( curl -sfA "${UAGENT}" "${URL}" 2>/dev/null | awk -F'[>|<]' '/Version/{print}' | sed -e 's/Version //;s/ Update /./' -e "s/"$'\r'"//g")
Metadata
Metadata
Assignees
Labels
No labels