]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/pakfire/pakfire
ipsec-interfaces: Apply static routes (again) after creating IPsec interfaces
[ipfire-2.x.git] / src / pakfire / pakfire
index 202c1e5a142f83200f89b2d3c6544f8a16d57d3e..041ba669a3b016ae236cc2d6647429f5efc407a5 100644 (file)
@@ -24,6 +24,9 @@
        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;
        
        } elsif ("$ARGV[0]" eq "update") {
                &Pakfire::makeuuid();
-               &Pakfire::senduuid();
                &Pakfire::getmirrors("$force");
                &Pakfire::dbgetlist("$force");
                &Pakfire::getcoredb("$force");