1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

Update iiab-install

This commit is contained in:
A Holt 2018-07-24 15:34:10 -04:00 committed by GitHub
parent b27063afbc
commit 9469cf836d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,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 " mv /opt/iiab/iiab/vars/local_vars.yml /etc/iiab/local_vars.yml" >&2
echo -e " mv /opt/iiab/iiab/vars/local_vars.yml /etc/iiab/local_vars.yml\n" >&2
fi
#case $OS in