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:
parent
78e65f44dd
commit
0763d56fa9
1 changed files with 2 additions and 2 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue