Skip to content

Commit

Permalink
Update local_facts.fact
Browse files Browse the repository at this point in the history
  • Loading branch information
holta authored Oct 19, 2020
1 parent c533cf7 commit 92a09a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/local_facts.fact
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92a09a5

Please sign in to comment.