From 92a09a5d736bf101bccc81e92feecdba967abb91 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 19 Oct 2020 03:25:39 -0700 Subject: [PATCH] Update local_facts.fact --- scripts/local_facts.fact | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index 70c14713d1..82890a2a6b 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