fix postinstall debug mode
This commit is contained in:
parent
26b8ed32d3
commit
78fec327e4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
function debug() {
|
function debug() {
|
||||||
if [ "${DEBUG}" == "yes" ]; then
|
if [ "${DEBUG}" == "yes" ]; then
|
||||||
echo "DEBUG MODE ON"
|
echo "DEBUG MODE ON"
|
||||||
set -e
|
set -ex
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue