Skip to content

Commit

Permalink
exit with 1 on error
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jan 29, 2025
1 parent 55a5342 commit 28859ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron_osm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ then
rm ${lockfile}
else
echo `date`" : Process deja en cours" >> ${LOGFILE}
exit 0
exit 1
fi
fi

Expand Down

0 comments on commit 28859ac

Please sign in to comment.