Update action.yml

This commit is contained in:
May 2024-01-31 16:07:15 +01:00 committed by GitHub
parent b271fa564b
commit 77553e501e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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