Remove "nothing to do" echo

This commit is contained in:
TheSpad 2022-07-29 17:26:02 +01:00
parent e76811827f
commit 49dd15767a
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -11,8 +11,6 @@ if [ -f "/mod-repo-packages-to-install.list" ]; then
apk add --no-cache \
$(cat /mod-repo-packages-to-install.list)
fi
else
echo "**** No repo packages to install, skipping ****"
fi
if [ -f "/mod-pip-packages-to-install.list" ]; then