summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/system/vyatta_update_console.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/system/vyatta_update_console.pl b/scripts/system/vyatta_update_console.pl
index 2ee57583..8fbb82a4 100644
--- a/scripts/system/vyatta_update_console.pl
+++ b/scripts/system/vyatta_update_console.pl
@@ -81,7 +81,7 @@ sub update_grub {
my ($inpath, $outpath) = @_;
my $config = new Vyatta::Config;
- $config->setlevel("system console device");
+ $config->setLevel("system console device");
return unless $config->exists("ttyS0");
my $speed = $config->returnValue("ttyS0 speed");