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

"All IIAB install Stages 0-9 will now be run."

This commit is contained in:
A Holt 2017-11-09 15:32:18 -05:00 committed by GitHub
parent 47e6907bf4
commit 96578b2a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ if [ ! -f /etc/iiab/iiab.env ]; then
else
OLD=`grep XSCE /etc/iiab/iiab.env | wc -l`
if [ "$OLD" != 0 ] || [ "$1" == "--reinstall" ]; then
echo "Found old XSCE install - re-installing from scratch"
echo "All IIAB install Stages 0-9 will now be run."
rm /etc/iiab/iiab.env
# check ansible version here and force ansible upgrade if needed
else