summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorrbalocca <rbalocca@vyatta.com>2008-03-29 13:22:56 -0700
committerrbalocca <rbalocca@vyatta.com>2008-03-29 13:22:56 -0700
commitd1fe1e3bd6f8fe3ca17bb186429ff5061dbdb069 (patch)
tree335a1a1fdf32f7faf291337b0b7e0eb9d98e14dd /scripts
parentb882a56f1861a43881d7cd11e7c85dfdd04b6502 (diff)
parent33436464fcf7f38e382a9d57c5cba8b761bf0b75 (diff)
downloadvyatta-op-d1fe1e3bd6f8fe3ca17bb186429ff5061dbdb069.tar.gz
vyatta-op-d1fe1e3bd6f8fe3ca17bb186429ff5061dbdb069.zip
Merge branch 'glendale' into hollywood
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-show-version4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vyatta-show-version b/scripts/vyatta-show-version
index 5d4c4c3..587f17e 100755
--- a/scripts/vyatta-show-version
+++ b/scripts/vyatta-show-version
@@ -160,10 +160,10 @@ if (defined($booted) && $booted ne "") {
} else {
$booted="disk";
}
-print "Boot via: $booted\n";
+print "Boot via : $booted\n";
my $uptime = `uptime`;
if (defined $uptime && $uptime ne "") {
- print "Uptime : $uptime\n";
+ print "Uptime : $uptime\n";
}
if (!(-e $debsfile)) {
exit 0;