aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'run-update.sh')
-rwxr-xr-xrun-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-update.sh b/run-update.sh
index f2a3276..93d7958 100755
--- a/run-update.sh
+++ b/run-update.sh
@@ -13,5 +13,5 @@ if [ $rc -ne 0 ]; then
echo "Failed to rsync!" 1>&2
exit 1
fi
-CONFIG_ROOT=. PYTHONPATH=. python dbgenerator/core.py
+CONFIG_ROOT=. PORTAGE_CONFIGROOT=. PYTHONPATH=. python dbgenerator/core.py
pkill -HUP -u gpackages -f 'web/controller.py'