diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-11-08 17:36:56 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-11-08 17:36:56 +0100 |
commit | 12e94964f1017915ca04743458a4931896124f48 (patch) | |
tree | 345c7bf4219dcbf8cbacae7bfdca3ac90afbcc79 | |
parent | d3be95d4a09724e325e857d68e98dc5cf74fafcd (diff) | |
download | vyatta-cfg-12e94964f1017915ca04743458a4931896124f48.tar.gz vyatta-cfg-12e94964f1017915ca04743458a4931896124f48.zip |
T3912: always restore login banner on boot
-rwxr-xr-x | scripts/init/vyos-router | 1 |
1 files changed, 1 insertions, 0 deletions
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 |