From 4231e21b1c752e0f0209de8ca3bda93d2e5b1373 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 11 May 2023 05:01:51 +0200 Subject: [PATCH] Colors in log --- agent/agent.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/agent.sh b/agent/agent.sh index 81178c0..2b761f5 100644 --- a/agent/agent.sh +++ b/agent/agent.sh @@ -71,7 +71,7 @@ function downloadUpdate { mv -f "${TMP}" "${SCRIPT}" chmod 755 "${SCRIPT}" - info "$HEADER: succesfully installed update, please reboot." + info "$HEADER: succesfully installed update..." } @@ -100,7 +100,7 @@ function installPackages { trap finish SIGINT SIGTERM ts=$(date +%s%N) -echo "Started $HEADER v$VERSION..." +echo "❯ Started $HEADER v$VERSION..." checkNMI