mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
upgrade framework
This commit is contained in:
parent
7accc84950
commit
15bde39779
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue