xt_geoip_update: Use /var/tmp for temporary data

Since we have some systems that are restricted to only 2GB of
space on /, we need to move this to where we have enough space.

Signed-off-by: Daniel Weismüller <daniel.weismueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Daniel Weismüller
2019-10-14 16:47:54 +02:00
committed by Arne Fitzenreiter
parent 0df1839239
commit 3cd8d55010

View File

@@ -19,7 +19,7 @@
# #
###############################################################################
TMP_PATH=$(mktemp -d)
TMP_PATH=$(mktemp -dp /var/tmp)
TMP_FILE=$(mktemp -p $TMP_PATH)
SCRIPT_PATH=/usr/local/bin