1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

upgrade framework

This commit is contained in:
Jerry Vonau 2017-10-28 17:26:28 -05:00
parent 7accc84950
commit 15bde39779

View file

@ -20,7 +20,9 @@ then
OLD=`grep XSCE /etc/iiab/iiab.env | wc -l`
if [ "$OLD" != 0 ]
then
echo "Found old XSCE install - re-installing from scratch"
rm /etc/iiab/iiab.env
# check ansible version here and force ansible upgrade if needed
else
source /etc/iiab/iiab.env
if [ ! $STAGE == 9 ]
@ -31,7 +33,8 @@ then
then
# place keeper
echo "offer 'Y' dialog box and --debug option to override"
echo "need to rewrite STAGE= before ansible is called"
echo "need to rewrite STAGE= before ansible is called or rm iiab.env"
sleep 5
# exit 0
fi
fi