Show hostname and user when updating
This commit is contained in:
parent
fe5ad9f4af
commit
82d919d9d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue