diff options
Diffstat (limited to 'scripts/vyatta-show-version')
-rwxr-xr-x | scripts/vyatta-show-version | 4 |
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; |