Meliurwen 4 years ago
parent 232e6ad701
commit 6bb2b39d47
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 2
      repo-main.sh

@ -42,7 +42,7 @@ for f in "${INCOMING_DIR}"/*"${READY_SUFFIX}"; do
echo "Found packages to add."
else
echo "Not found packages to add. Exiting..."
echo exit 0
exit 0
fi
## This is all we needed to know, so we can break after the first iteration
break

Loading…
Cancel
Save