mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
iiab-install: Cleaner (reordered) on-screen output
This commit is contained in:
parent
9f0c5f1e5d
commit
d4a7bddfe9
1 changed files with 5 additions and 5 deletions
10
iiab-install
10
iiab-install
|
@ -81,16 +81,16 @@ fi
|
||||||
|
|
||||||
echo -e "\n\n./iiab-install $* BEGUN IN $CWD\n"
|
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"
|
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.
|
scripts/local_facts.fact # Exit & advise, if OS not supported.
|
||||||
|
|
||||||
mkdir -p /etc/ansible/facts.d
|
mkdir -p /etc/ansible/facts.d
|
||||||
cp scripts/local_facts.fact /etc/ansible/facts.d/local_facts.fact
|
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
|
if [ ! -f $PLAYBOOK ]; then
|
||||||
echo "EXITING: IIAB Playbook ""$PLAYBOOK"" not found."
|
echo "EXITING: IIAB Playbook ""$PLAYBOOK"" not found."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue