Update pvebanner

This commit is contained in:
Stewart Bennell 2021-09-24 09:44:43 +10:00 committed by GitHub
parent a4870ef97e
commit f6354ad0b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use PVE::Cluster;
my $nodename = PVE::INotify::nodename();
my $localip = PVE::Cluster::remote_node_ip($nodename, 1);
my $lastupdate = DateTime->now;
my $xline = '-' x 78;
my $banner = '';
@ -29,6 +29,7 @@ $xline
Please use your web browser to configure this server - connect to:
https://${localip}:8006/
Lastupdate: $lastupdate
$xline
__EOBANNER