mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
runrole: Clarify/correct local_vars.yml warning
This commit is contained in:
parent
dabd4ad7fe
commit
7a6ca96738
1 changed files with 1 additions and 1 deletions
2
runrole
2
runrole
|
@ -39,7 +39,7 @@ fi
|
|||
|
||||
mkdir -p /etc/iiab # -p avoids errors, effectively like '|| true'
|
||||
if [ ! -f /etc/iiab/local_vars.yml ]; then
|
||||
echo -e "\n\e[1mEXITING: /opt/iiab/iiab/iiab-install REQUIRES /etc/iiab/local_vars.yml\e[0m\n" >&2
|
||||
echo -e "\n\e[1mEXITING: /opt/iiab/iiab/runrole REQUIRES /etc/iiab/local_vars.yml\e[0m\n" >&2
|
||||
|
||||
echo -e "(1) See http://FAQ.IIAB.IO -> What is local_vars.yml and how do I customize it?" >&2
|
||||
echo -e "(2) SMALL/MEDIUM/LARGE samples are included in /opt/iiab/iiab/vars" >&2
|
||||
|
|
Loading…
Reference in a new issue