]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
scripts: Always exit 0 after git commit for geoip script
authorDavid Goulet <dgoulet@torproject.org>
Mon, 25 Sep 2023 14:17:30 +0000 (10:17 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Mon, 25 Sep 2023 14:17:30 +0000 (10:17 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
scripts/maint/geoip/update_and_commit_geoip.sh

index a83f82433e942ca3f01f87922ad169d1af666e42..4fbd030628f49b4897d897814fdd0fcad892bba7 100755 (executable)
@@ -32,3 +32,5 @@ EOF
 git add "$CHANGESFILE"
 
 git commit -a -m "Update geoip files to match ipfire location db, $SLASH_DATE."
+
+exit 0