scripts: Always exit 0 after git commit for geoip script

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet 2023-09-25 10:17:30 -04:00
parent 69126f995f
commit 7f3daa5bd2

View File

@ -32,3 +32,5 @@ EOF
git add "$CHANGESFILE" git add "$CHANGESFILE"
git commit -a -m "Update geoip files to match ipfire location db, $SLASH_DATE." git commit -a -m "Update geoip files to match ipfire location db, $SLASH_DATE."
exit 0