On status output of running builds only count directories for l-b-cgi frontend.

This commit is contained in:
Richard Nelson 2015-04-17 14:58:28 -05:00
parent b8cc61dfd7
commit b883aabc6a
1 changed files with 1 additions and 1 deletions

View File

@ -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}"