diff --git a/runansible b/runansible index 070108c65..b1cb710cc 100755 --- a/runansible +++ b/runansible @@ -27,7 +27,7 @@ then source /etc/iiab/iiab.env if [ ! $STAGE == 9 ] then - echo "Restarting STAGE=$STAGE" + echo "Restarting from STAGE $STAGE" fi if [ $STAGE == 9 ] then diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index 43f8ab6f5..54863bcd7 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -45,7 +45,7 @@ fi # interruptions return last stage number recorded (1-9) if [ -f /etc/iiab/iiab.env ] then - STAGE=0 + STAGE=1 source /etc/iiab/iiab.env STAGE=$STAGE else @@ -58,7 +58,7 @@ cat <