summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-11-08 17:33:27 +0100
committerChristian Poessinger <christian@poessinger.com>2021-11-08 17:33:55 +0100
commit73be449b1cd09f3ca86400753630fb4804fbeca7 (patch)
treeeff5e6a40e2412a21081600e3fa28aaf29c5049f
parentdc9a2821d063a96681d6cb1d962618829b71937d (diff)
downloadvyos-1x-73be449b1cd09f3ca86400753630fb4804fbeca7.tar.gz
vyos-1x-73be449b1cd09f3ca86400753630fb4804fbeca7.zip
T3912: remove duplicate "Welcome to VyOS!" already shown by pre-login
-rwxr-xr-xsrc/conf_mode/system-login-banner.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/conf_mode/system-login-banner.py b/src/conf_mode/system-login-banner.py
index 277a94462..e9d6a339c 100755
--- a/src/conf_mode/system-login-banner.py
+++ b/src/conf_mode/system-login-banner.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Copyright (C) 2020 VyOS maintainers and contributors
+# Copyright (C) 2020-2021 VyOS maintainers and contributors
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 or later as
@@ -22,8 +22,6 @@ from vyos import airbag
airbag.enable()
motd="""
-Welcome to VyOS!
-
Check out project news at https://blog.vyos.io
and feel free to report bugs at https://phabricator.vyos.net