From f8a26310298ffc6af404db30038b30c4f41bf845 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 19 Jul 2018 23:14:21 -0400 Subject: [PATCH] Update iiab-install --- iiab-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iiab-install b/iiab-install index 3cd9be0d5..addd648f5 100755 --- a/iiab-install +++ b/iiab-install @@ -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 --debug' to run Stage 0, followed by Stages 3-9." echo "Use './runtags' to run a single Stage or Tag or Role." - echo "Use './iiab-network' to run Network sections." - exit 1 + echo -e "Use './iiab-network' to run Network sections.\n" + exit 0 # allows rerunning http://d.iiab.io/6.6/install.txt fi fi if [ "$STAGE" -lt 2 ] && [ "$1" == "--debug" ]; then