minor updates

This commit is contained in:
fbsanchez 2020-01-08 19:38:12 +01:00
parent 8563ff52fb
commit 2e1ab56ae3
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,8 @@ then
exit 1
fi
echo ">> Using dockerized version of dpkg-deb: "
echo " $DPKG_DEB"
# Use dockerized app.
alias dpkg-deb="eval $DPKG_DEB"
else

View File

@ -72,6 +72,8 @@ then
exit 1
fi
echo ">> Using dockerized version of dpkg-deb: "
echo " $DPKG_DEB"
# Use dockerized app.
alias dpkg-deb="eval $DPKG_DEB"
else