1
0
Fork 0
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:
A Holt 2018-07-20 01:28:05 -04:00 committed by GitHub
parent c1b0524649
commit 383c46de62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ if [ -f /etc/iiab/iiab.env ]; then
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 './runrole' to run a single Stage or Role." echo "Use './runrole' to run a single Stage or Role."
echo -e "Use './iiab-network' to run Network sections.\n\n" echo -e "Use './iiab-network' to run Network sections.\n\n"
exit 0 # allows rerunning http://d.iiab.io/6.6/install.txt exit 0 # allows rerunning http://download.iiab.io/6.6/install.txt
fi fi
fi fi
if [ "$STAGE" -lt 2 ] && [ "$1" == "--debug" ]; then if [ "$STAGE" -lt 2 ] && [ "$1" == "--debug" ]; then