mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
"IIAB Playbook not found" verbiage enhanced
This commit is contained in:
parent
96578b2a12
commit
c30b9ef104
1 changed files with 2 additions and 3 deletions
|
@ -15,9 +15,8 @@ function version_gt() { [ "$(printf '%s\n' "$@" | sort -V | head -1)" != "$1" ];
|
|||
export ANSIBLE_LOG_PATH="$CWD/iiab-install.log"
|
||||
|
||||
if [ ! -f $PLAYBOOK ]; then
|
||||
echo "IIAB Playbook not found."
|
||||
echo "Please run this command from the top level of the git repo."
|
||||
echo "Exiting."
|
||||
echo "Exiting: IIAB Playbook not found."
|
||||
echo "Please run 'iiab-install' from /opt/iiab/iiab (top level of git repo)."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue