mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
Update action.yml
This commit is contained in:
parent
b271fa564b
commit
77553e501e
2
.github/actions/package-nfpm/action.yml
vendored
2
.github/actions/package-nfpm/action.yml
vendored
@ -92,7 +92,7 @@ runs:
|
||||
export APACHE_GROUP="www-data"
|
||||
fi
|
||||
|
||||
if [[ "$MAJOR_VERSION" != "" ]]; then
|
||||
if [ -z "$MAJOR_VERSION" ]; then
|
||||
MAJOR_LEFT=$( echo $MAJOR_VERSION | cut -d "." -f1 )
|
||||
MAJOR_RIGHT=$( echo $MAJOR_VERSION | cut -d "-" -f1 | cut -d "." -f2 )
|
||||
if [ "$MAJOR_RIGHT" == "04" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user