mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
iiab-install: Show usage in bold more cleanly
This commit is contained in:
parent
96521f9ad4
commit
63f1363e21
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ if [ -f /etc/iiab/iiab.env ]; then
|
||||||
sed -i 's/^STAGE=.*/STAGE=2/' /etc/iiab/iiab.env
|
sed -i 's/^STAGE=.*/STAGE=2/' /etc/iiab/iiab.env
|
||||||
echo "Wrote STAGE=2 (counter) to /etc/iiab/iiab.env"
|
echo "Wrote STAGE=2 (counter) to /etc/iiab/iiab.env"
|
||||||
elif [ "$STAGE" -eq 9 ]; then
|
elif [ "$STAGE" -eq 9 ]; then
|
||||||
echo -e "\n\e[1mEXITING: STAGE (counter) in /etc/iiab/iiab.env shows Stage 9 Is Already Done."
|
echo -e "\n\e[1mEXITING: STAGE (counter) in /etc/iiab/iiab.env shows Stage 9 Is Already Done.\e[0m"
|
||||||
usage
|
usage
|
||||||
exit 0 # Allows rerunning http://download.iiab.io/install.txt
|
exit 0 # Allows rerunning http://download.iiab.io/install.txt
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue