mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
Allow
Co-Authored-By: A Holt <holta@users.noreply.github.com>
This commit is contained in:
parent
9bbebfade7
commit
c548b00d56
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ if [ -f /etc/iiab/config_vars2.yml ]; then
|
|||
## End image catch up
|
||||
fi
|
||||
|
||||
# allow iiab-install to read IIAB_STATE_FILE to not repeat installs of previous
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue