mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
"All IIAB install Stages 0-9 will now be run."
This commit is contained in:
parent
47e6907bf4
commit
96578b2a12
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ if [ ! -f /etc/iiab/iiab.env ]; then
|
||||||
else
|
else
|
||||||
OLD=`grep XSCE /etc/iiab/iiab.env | wc -l`
|
OLD=`grep XSCE /etc/iiab/iiab.env | wc -l`
|
||||||
if [ "$OLD" != 0 ] || [ "$1" == "--reinstall" ]; then
|
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
|
rm /etc/iiab/iiab.env
|
||||||
# check ansible version here and force ansible upgrade if needed
|
# check ansible version here and force ansible upgrade if needed
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue