mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
Update iiab-install
This commit is contained in:
parent
a8a117cdf2
commit
0280d02a0b
1 changed files with 6 additions and 1 deletions
|
@ -178,7 +178,12 @@ fi
|
|||
# Allow iiab-install to read IIAB_STATE_FILE to not repeat installs of previous
|
||||
# roles that already completed within the stage.
|
||||
if [ ! -f $IIAB_STATE_FILE ]; then
|
||||
touch $IIAB_STATE_FILE
|
||||
#touch $IIAB_STATE_FILE
|
||||
cat > $IIAB_STATE_FILE << EOF
|
||||
# DO *NOT* MANUALLY EDIT THIS, THANKS!
|
||||
# IIAB does NOT currently support uninstalling apps.
|
||||
|
||||
EOF
|
||||
fi
|
||||
echo -e "\nTRY TO RERUN './iiab-install' IF IT FAILS DUE TO CONNECTIVITY ISSUES ETC!\n"
|
||||
|
||||
|
|
Loading…
Reference in a new issue