diff options
Diffstat (limited to 'scripts/maint/geoip/update_and_commit_geoip.sh')
-rwxr-xr-x | scripts/maint/geoip/update_and_commit_geoip.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/maint/geoip/update_and_commit_geoip.sh b/scripts/maint/geoip/update_and_commit_geoip.sh index a83f82433e..4fbd030628 100755 --- a/scripts/maint/geoip/update_and_commit_geoip.sh +++ b/scripts/maint/geoip/update_and_commit_geoip.sh @@ -32,3 +32,5 @@ EOF git add "$CHANGESFILE" git commit -a -m "Update geoip files to match ipfire location db, $SLASH_DATE." + +exit 0 |