networking/red.up/99-geoip-database: Fix typo.

This commit is contained in:
Stefan Schantl
2015-03-07 21:30:19 +01:00
parent 93bfe63d55
commit 16bbdeb988

View File

@@ -14,7 +14,7 @@ done
# Download ruleset if none has been found.
if ! ${found}; then
/us/local/bin/xt_geoip_update >/dev/null 2>&1
/usr/local/bin/xt_geoip_update >/dev/null 2>&1
fi
exit 0