mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
Fixed Pakfire updating coredb when using webif without beeing able to
check gpg -> massively logging errors to syslog
This commit is contained in:
@@ -381,7 +381,7 @@ sub dblist {
|
||||
close(FILE);
|
||||
|
||||
if ("$filter" eq "upgrade") {
|
||||
getcoredb("noforce");
|
||||
if ("$forweb" ne "forweb") {getcoredb("noforce");}
|
||||
eval(`grep "core_" $Conf::dbdir/lists/core-list.db`);
|
||||
if ("$core_release" > "$Conf::core_mine") {
|
||||
if ("$forweb" eq "forweb") {
|
||||
|
||||
Reference in New Issue
Block a user