Remove "nothing to do" echo
This commit is contained in:
parent
e76811827f
commit
49dd15767a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue