Skip to content

Commit

Permalink
mapgen-jobs: remote exit 1 as it would be a plugin failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lordfolken committed Mar 21, 2023
1 parent 0a56620 commit 05dfc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mapgen-jobs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function error {
NOJOBS=$(ls -d1 /opt/mapgen/jobs/*.error 2> /dev/null | wc -l )
if [ "$NOJOBS" -gt 0 ]; then
echo "MAPGEN_JOBS CRITICAL Error Jobs: $NOJOBS"
exit 1
exit
fi
}
function queued {
Expand Down

0 comments on commit 05dfc37

Please sign in to comment.