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

iiab-network: Lint intendation

This commit is contained in:
A Holt 2022-07-21 23:21:53 -04:00 committed by GitHub
parent 78e65f44dd
commit 0763d56fa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,8 @@ if [ -f /etc/iiab/iiab.env ]; then
exit_error "STAGE (counter) value == ""$STAGE"" is out-of-range"
elif [ "$STAGE" -lt 3 ]; then
exit_error "STAGE (counter) value == ""$STAGE" \
"\nIIAB Stage 3 not complete." \
"\nPlease run: ./iiab-install"
"\nIIAB Stage 3 not complete." \
"\nPlease run: ./iiab-install"
fi
else
exit_error "STAGE (counter) not found" \