diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index 70c14713d..82890a2a6 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -4,7 +4,7 @@ # interruptions return last stage number recorded (1-9) if [ -f /etc/iiab/iiab.env ]; then source /etc/iiab/iiab.env - STAGE=$STAGE # What does this line do? + STAGE=$STAGE # What does this line do, if anything? else STAGE=0 fi