mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
geo-ip: download initial database in background.
on slow internet connections like gprs the first start hung many minutes. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -17,7 +17,7 @@ done
|
||||
|
||||
# Download ruleset if none has been found.
|
||||
if ! ${found}; then
|
||||
/usr/local/bin/xt_geoip_update >/dev/null 2>&1
|
||||
/usr/local/bin/xt_geoip_update >/dev/null 2>&1 &
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user