1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

Update local_facts.fact

This commit is contained in:
A Holt 2020-10-19 03:25:39 -07:00 committed by GitHub
parent c533cf7e77
commit 92a09a5d73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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