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.
ubuntu/mantic
Philip Roche 1 year ago
parent 308f52ecf0
commit a5c5883712

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

Loading…
Cancel
Save