From 12e94964f1017915ca04743458a4931896124f48 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 8 Nov 2021 17:36:56 +0100 Subject: T3912: always restore login banner on boot --- scripts/init/vyos-router | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/init/vyos-router b/scripts/init/vyos-router index 3604b78..7cbe177 100755 --- a/scripts/init/vyos-router +++ b/scripts/init/vyos-router @@ -247,6 +247,7 @@ start () # As VyOS does not execute commands that are not present in the CLI we call # the script by hand to have a single source for the login banner and MOTD ${vyos_conf_scripts_dir}/system_console.py || log_failure_msg "could not reset serial console" + ${vyos_conf_scripts_dir}/system-login-banner.py || log_failure_msg "could not reset motd and issue files" # enable some debugging before loading the configuration if grep -q vyos-debug /proc/cmdline; then -- cgit v1.2.3