fix: Fix the missing fi with the recent changes in the unminimize script for ubuntu-cpc project (LP: #2036591)

Fixes bug introduced in commit 75db56ce

The missing if statement end `fi` caused build failures due to syntax errors.
This commit is contained in:
Philip Roche 2023-09-19 17:00:39 +01:00
parent 308f52ecf0
commit a5c5883712

View File

@ -292,6 +292,7 @@ if dpkg-query --show --showformat='${db:Status-Status}\n' ubuntu-server 2> /dev/
DEBIAN_FRONTEND=noninteractive apt-get install -y landscape-common
fi
EOF
fi
if [ "$PROJECT" = "ubuntu-cpc" ]; then
# we'd like to transform a minimized image to a base image