From 4ddc1aea083198724c666f27bb4c2df199018acc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 28 Jul 2020 17:18:19 +0000 Subject: [PATCH] core148: Do not update the location database straight away This process takes a long time and stalls the update process. Since the cronjob is being called once an hour, all systems will very quickly pull a recent database which will then be extracted in the background not disrupting the Core Update process. Signed-off-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/148/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/config/rootfiles/core/148/update.sh b/config/rootfiles/core/148/update.sh index c77e72276f..d4bcc45bc2 100644 --- a/config/rootfiles/core/148/update.sh +++ b/config/rootfiles/core/148/update.sh @@ -52,7 +52,6 @@ ldconfig # update location database /usr/local/bin/convert-to-location -/usr/local/bin/update-location-database # Update Language cache /usr/local/bin/update-lang-cache -- 2.39.2