From 82d919d9d66d25e3ad8d0cd9d407a78270af440f Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 24 Feb 2023 12:05:10 +0100 Subject: [PATCH] Show hostname and user when updating --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update b/bin/update index fb3fe4e..cf7a315 100755 --- a/bin/update +++ b/bin/update @@ -484,7 +484,7 @@ main() { fi local start=`date +%s` - echo -e "\033[32;1m=== Starting full update ===\033[0m" + echo -e "\033[32;1m=== Starting full update of $(whoami)@$(hostname) ===\033[0m" # Update the system _check_running