fix postinstall debug mode

This commit is contained in:
André Bauer 2016-12-09 16:27:32 +01:00
parent 26b8ed32d3
commit 78fec327e4

View file

@ -6,7 +6,7 @@
function debug() {
if [ "${DEBUG}" == "yes" ]; then
echo "DEBUG MODE ON"
set -e
set -ex
fi
}