From d4a7bddfe9c45e29668eedbc5387b8f5f3381ff1 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 27 Sep 2022 17:10:47 -0400 Subject: [PATCH] iiab-install: Cleaner (reordered) on-screen output --- iiab-install | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/iiab-install b/iiab-install index 156fb71bb..5ae96be74 100755 --- a/iiab-install +++ b/iiab-install @@ -81,16 +81,16 @@ fi echo -e "\n\n./iiab-install $* BEGUN IN $CWD\n" -mkdir -p /etc/iiab/install-flags # MANDATORY since 2022-07-22 -echo -e "/etc/iiab/install-flags directory created/verified." -echo -e "(e.g. for PR #3318 netwarn pop-ups, asking you to run iiab-network)\n" - echo -e "local_facts.fact DIAGNOSTICS... (A FEW LINES OF ERRORS/WARNINGS BELOW ARE OK!)\n" scripts/local_facts.fact # Exit & advise, if OS not supported. mkdir -p /etc/ansible/facts.d cp scripts/local_facts.fact /etc/ansible/facts.d/local_facts.fact -echo -e "\nPlaced /etc/ansible/facts.d/local_facts.fact into position." +echo -e "\nPlaced /etc/ansible/facts.d/local_facts.fact into position.\n" + +mkdir -p /etc/iiab/install-flags # MANDATORY since 2022-07-22 +echo -e "/etc/iiab/install-flags directory created/verified." +echo -e "(e.g. for PR #3318 netwarn pop-ups, asking you to run iiab-network)\n" if [ ! -f $PLAYBOOK ]; then echo "EXITING: IIAB Playbook ""$PLAYBOOK"" not found."