[2/2] core148: Do not update the location database straight away

Message ID 20200728171819.13597-2-michael.tremer@ipfire.org
State Accepted
Commit 4ddc1aea083198724c666f27bb4c2df199018acc
Headers
Series [1/2] location: Restart IPsec after firewall was restarted |

Commit Message

Michael Tremer July 28, 2020, 5:18 p.m. UTC
  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 <michael.tremer@ipfire.org>
---
 config/rootfiles/core/148/update.sh | 1 -
 1 file changed, 1 deletion(-)
  

Patch

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
 
 # update location database
 /usr/local/bin/convert-to-location
-/usr/local/bin/update-location-database
 
 # Update Language cache
 /usr/local/bin/update-lang-cache