Merge branch 'MON-34667-naming-scheme-debian-packages' of https://github.com/centreon/centreon-plugins into MON-34667-naming-scheme-debian-packages
This commit is contained in:
commit
135f3f98dc
|
@ -93,8 +93,8 @@ runs:
|
|||
fi
|
||||
|
||||
if [ -z "$MAJOR_VERSION" ]; then
|
||||
MAJOR_LEFT=$( echo $MAJOR_VERSION | cut -d "." -f1 )
|
||||
MAJOR_RIGHT=$( echo $MAJOR_VERSION | cut -d "-" -f1 | cut -d "." -f2 )
|
||||
MAJOR_LEFT=$( echo $VERSION | cut -d "." -f1 )
|
||||
MAJOR_RIGHT=$( echo $VERSION | cut -d "-" -f1 | cut -d "." -f2 )
|
||||
if [ "$MAJOR_RIGHT" == "04" ]; then
|
||||
BUMP_MAJOR_LEFT="$MAJOR_LEFT"
|
||||
BUMP_MAJOR_RIGHT="10"
|
||||
|
|
Loading…
Reference in New Issue