On status output of running builds only count directories for l-b-cgi frontend.
This commit is contained in:
parent
b8cc61dfd7
commit
b883aabc6a
|
@ -71,7 +71,7 @@ else
|
|||
_QUEUENUM=$(ls "${_TEMPDIR}"/*.build | wc -l)
|
||||
|
||||
# Getting number of builds processing.
|
||||
_PNUM=$(ls "${_TEMPDIR}"/*/ | wc -l)
|
||||
_PNUM=$(ls -d "${_TEMPDIR}"/*/ | wc -l)
|
||||
|
||||
# Find the build if exists and populate status html else respond no build.
|
||||
#echo "${QUERY_STRING}"
|
||||
|
|
Loading…
Reference in New Issue