1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00
Co-Authored-By: A Holt <holta@users.noreply.github.com>
This commit is contained in:
Jerry Vonau 2019-11-03 23:53:01 -06:00
parent c548b00d56
commit b21b72ac92

View file

@ -178,9 +178,6 @@ 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
if [ ! -d /etc/iiab ]; then
mkdir /etc/iiab/
fi
touch $IIAB_STATE_FILE
fi
echo -e "\nTRY TO RERUN './iiab-install' IF IT FAILS DUE TO CONNECTIVITY ISSUES ETC!\n"