add a little feedback
This commit is contained in:
parent
87057f3122
commit
62dc1fe4cb
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ split -a 2 -d -l "${N_CHUNK}" "${TMP_DIR}/apk_list" "${TMP_DIR}/apks/"
|
|||
|
||||
worker() {
|
||||
for sha in $(cat "${TMP_DIR}/apks/${1}"); do
|
||||
echo "worker ${1} started"
|
||||
# Check the result folder exist
|
||||
if [ ! -d "${RES_DIR}/${sha}" ]; then
|
||||
echo "Dynamic result not found for ${sha} (folder ${RES_DIR}/${sha} not found)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue