1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

Update iiab-install

This commit is contained in:
A Holt 2018-07-24 16:09:40 -04:00 committed by GitHub
parent 1457b1bfc2
commit 993b7690e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ if [ ! -f /etc/iiab/local_vars.yml ]; then
if [ -f /opt/iiab/iiab/vars/local_vars.yml ]; then
echo -e "\nACTION NEEDED: YOUR /opt/iiab/iiab/vars/local_vars.yml IS NO LONGER SUPPORTED.\n" >&2
echo -e "To move it to the correct location, run:\n" >&2
echo -e "TO MOVE IT TO THE CORRECT LOCATION, RUN:\n" >&2
echo -e " mv /opt/iiab/iiab/vars/local_vars.yml /etc/iiab/local_vars.yml\n" >&2
fi