summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 86bd5535..2c76b2a4 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -88,7 +88,7 @@ if(!$ret) {
if ($opt eq '--applet') {
system "MandrakeUpdate","--media=mdkupdate","--pkg-sel=$scheduled","--pkg-nosel=$nosheduled";
} elsif ($opt eq '--auto') {
- autoInstallRpms($c2h->{sched});
+ $o{AUTO} eq 'TRUE' and autoInstallRpms($c2h->{sched});
}
rpm_qa("/root/rpm_qa_installed_after");
my %new = getVarsFromSh($conffile);