Added set -x to actually provide some visible info in the log about what is happening. Hopefully it will work this time.
This commit is contained in:
parent
86b020552d
commit
75b9f25cc5
|
@ -9,6 +9,7 @@
|
||||||
. $BASEDIR/tools/boot/$DI_CODENAME/common.sh
|
. $BASEDIR/tools/boot/$DI_CODENAME/common.sh
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
set -x
|
||||||
|
|
||||||
N=$1
|
N=$1
|
||||||
CDDIR=$2
|
CDDIR=$2
|
||||||
|
|
Loading…
Reference in New Issue