Wait some time after printing all the path information.
This commit is contained in:
parent
12ce28f80f
commit
1c2f79c24b
1 changed files with 1 additions and 0 deletions
1
sit
1
sit
|
@ -114,6 +114,7 @@ echo "Build dir: $BUILDDIR"
|
|||
LOGDIR=${WORKDIR}
|
||||
echo "Logfile dir: $LOGDIR"
|
||||
|
||||
sleep 2
|
||||
|
||||
if [ -d ${WORKDIR} ] ; then
|
||||
sit_info "Removing existing working directory ${WORKDIR}"
|
||||
|
|
Loading…
Reference in a new issue