diff --git a/repo-main.sh b/repo-main.sh index 80fa378..2f1119d 100755 --- a/repo-main.sh +++ b/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