From b1b867bd4eb7c6e4cde7c6eec49eddbecbd3f618 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 18 Oct 2021 19:38:56 +0200 Subject: [PATCH] bootstrap: tweak language in progress logs emitted --- bootstrap/bootstrap.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py index 227a6fe..de76307 100644 --- a/bootstrap/bootstrap.py +++ b/bootstrap/bootstrap.py @@ -306,9 +306,10 @@ def main(): if not initial_setup: - logger.info('TLJH installer is already installed, upgrading...') + logger.info('Existing TLJH installation detected, upgrading...') else: - logger.info("TLJH installer isn't installed, installing...") + logger.info('Existing TLJH installation not detected, installing...') + logger.info('Setting up hub environment...') logger.info('Installing Python, venv, pip, and git via apt-get...') # Install software-properties-common, so we can get add-apt-repository # That helps us make sure the universe repository is enabled, since