diff --git a/sync-all-repos b/sync-all-repos index f13df6e..40c2f11 100755 --- a/sync-all-repos +++ b/sync-all-repos @@ -41,6 +41,8 @@ for repo in ${REPOLIST}; do ( update_repo $repo & ) ; done echo "Waiting for async process to finish ..." wait +exit 0 + echo "Starting for sync process ..." for repo in ${REPOLIST}; do update_repo $repo ; done