From a61581a015577f7dce4bb05c578dcd8e35151694 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 25 Feb 2022 07:36:25 -0500 Subject: [PATCH] Update homeassistant.sh --- ct/homeassistant.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh index f84d8163..eb184bc7 100644 --- a/ct/homeassistant.sh +++ b/ct/homeassistant.sh @@ -16,12 +16,12 @@ done clear function header_info { echo -e "${BL} - _ _ _ _ _ - | | | | /\ (_) | | | | - | |__| | ___ _ __ ___ ___ / \ ___ ___ _ ___| |_ __ _ _ __ | |_ - | __ |/ _ \| _ _ \ / _ \ / /\ \ / __/ __| / __| __/ _ | _ \| __| - | | | | (_) | | | | | | __/ / ____ \\__ \__ \ \__ \ || (_| | | | | |_ - |_| |_|\___/|_| |_| |_|\___| /_/ \_\___/___/_|___/\__\__,_|_| |_|\__| + _ _ _ _ + | | (_) | | | | + | |__ ___ _ __ ___ ___ __ _ ___ ___ _ ___| |_ __ _ _ __ | |_ + | '_ \ / _ \| '_ ` _ \ / _ \/ _` / __/ __| / __| __/ _` | '_ \| __| + | | | | (_) | | | | | | __/ (_| \__ \__ \ \__ \ || (_| | | | | |_ + |_| |_|\___/|_| |_| |_|\___|\__,_|___/___/_|___/\__\__,_|_| |_|\__| ${CL}" }