X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fpakfire%2Fpakfire;h=041ba669a3b016ae236cc2d6647429f5efc407a5;hb=c9ae511ecf3caea0836b06211ca49d3fec4bf6b8;hp=da68454dc6646600cb401be62398734727f7bf59;hpb=5555c4b887ce05f24a05e3c95ed22f32abebeb52;p=ipfire-2.x.git diff --git a/src/pakfire/pakfire b/src/pakfire/pakfire index da68454dc6..041ba669a3 100644 --- a/src/pakfire/pakfire +++ b/src/pakfire/pakfire @@ -24,13 +24,15 @@ delete @ENV{qw(IFS CDPATH ENV BASH_ENV PATH)}; $< = $>; + # Store keys here + $ENV{"GNUPGHOME"} = "/opt/pakfire/etc/.gnupg"; + require "/opt/pakfire/lib/functions.pl"; my $interactive = 1; my $force = "noforce"; &Pakfire::logger("PAKFIRE INFO: IPFire Pakfire $Conf::version started!"); - &Pakfire::checkcryptodb; ### Check if we are running as root # @@ -247,7 +249,6 @@ } elsif ("$ARGV[0]" eq "update") { &Pakfire::makeuuid(); - &Pakfire::senduuid(); &Pakfire::getmirrors("$force"); &Pakfire::dbgetlist("$force"); &Pakfire::getcoredb("$force");