mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update iiab-install
This commit is contained in:
parent
066113d2ab
commit
f8a2631029
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ if [ -f /etc/iiab/iiab.env ]; then
|
||||||
echo "Use './iiab-install --reinstall' to force running all Stages 0-9."
|
echo "Use './iiab-install --reinstall' to force running all Stages 0-9."
|
||||||
echo "Use './iiab-install --debug' to run Stage 0, followed by Stages 3-9."
|
echo "Use './iiab-install --debug' to run Stage 0, followed by Stages 3-9."
|
||||||
echo "Use './runtags' to run a single Stage or Tag or Role."
|
echo "Use './runtags' to run a single Stage or Tag or Role."
|
||||||
echo "Use './iiab-network' to run Network sections."
|
echo -e "Use './iiab-network' to run Network sections.\n"
|
||||||
exit 1
|
exit 0 # allows rerunning http://d.iiab.io/6.6/install.txt
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "$STAGE" -lt 2 ] && [ "$1" == "--debug" ]; then
|
if [ "$STAGE" -lt 2 ] && [ "$1" == "--debug" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue