From f6354ad0b5a9d6899c87f56ed57b449548d94240 Mon Sep 17 00:00:00 2001 From: Stewart Bennell Date: Fri, 24 Sep 2021 09:44:43 +1000 Subject: [PATCH] Update pvebanner --- scripts/pvebanner | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/pvebanner b/scripts/pvebanner index add456c..41ef9bc 100644 --- a/scripts/pvebanner +++ b/scripts/pvebanner @@ -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