time to go home...

This commit is contained in:
Jean-Marie Mineau 2025-06-13 18:41:00 +02:00
parent 62dc1fe4cb
commit 17a9fda06c
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -50,8 +50,8 @@ ls "${APK_DIR}" | sed 's#.*/##' | sed 's/\.apk//' > "${TMP_DIR}/apk_list"
split -a 2 -d -l "${N_CHUNK}" "${TMP_DIR}/apk_list" "${TMP_DIR}/apks/"
worker() {
echo "worker ${1} started"
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)"