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

iiab-install: Show usage in bold more cleanly

This commit is contained in:
root 2022-06-23 10:11:50 -04:00
parent 96521f9ad4
commit 63f1363e21

View file

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