From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 2/2] core148: Do not update the location database straight away Date: Tue, 28 Jul 2020 17:18:19 +0000 Message-ID: <20200728171819.13597-2-michael.tremer@ipfire.org> In-Reply-To: <20200728171819.13597-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6236985467398974830==" List-Id: --===============6236985467398974830== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 --- 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 c77e72276..d4bcc45bc 100644 --- a/config/rootfiles/core/148/update.sh +++ b/config/rootfiles/core/148/update.sh @@ -52,7 +52,6 @@ ldconfig =20 # update location database /usr/local/bin/convert-to-location -/usr/local/bin/update-location-database =20 # Update Language cache /usr/local/bin/update-lang-cache --=20 2.20.1 --===============6236985467398974830==--