From ddca20df57008bd85b1363e089152e0ebf014f73 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 13 Apr 2025 08:01:29 +0200 Subject: vyos-router: T7356: unset ANSI bold control character during boot With the Debian Upgrade from buster to bookworm during the 1.3 -> 1.4 cycle we inherited a non nice looking ANSI bold setting on the terminal. The ANSI bold control character is reset "\033[0m" in this commit. --- src/init/vyos-router | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init') diff --git a/src/init/vyos-router b/src/init/vyos-router index ab3cc42cb..565b778e6 100755 --- a/src/init/vyos-router +++ b/src/init/vyos-router @@ -417,6 +417,7 @@ gen_duid () start () { + echo -e "Initializing VyOS router\033[0m" # reset and clean config files security_reset || log_failure_msg "security reset failed" @@ -517,7 +518,6 @@ start () cleanup_post_commit_hooks - log_daemon_msg "Starting VyOS router" disabled migrate || migrate_bootfile restore_if_missing_preconfig_script -- cgit v1.2.3