mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
scripts: Always exit 0 after git commit for geoip script
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
parent
69126f995f
commit
7f3daa5bd2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user