From d93aa7a934b35dbb4229d2463a869cbaee1654cd Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 5 Aug 2021 16:56:17 +0200 Subject: serial: T1739: properly delete/recreate serial interface on system boot --- scripts/init/vyos-router | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/init/vyos-router') diff --git a/scripts/init/vyos-router b/scripts/init/vyos-router index 7150a5e..e4fc700 100755 --- a/scripts/init/vyos-router +++ b/scripts/init/vyos-router @@ -281,6 +281,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" ${vyos_conf_scripts_dir}/system-option.py || log_failure_msg "could not reset system option files" -- cgit v1.2.3