From 48dcc19a11dc2827ac092e37c78f31513e871a61 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 2 May 2022 13:29:50 -0300 Subject: [PATCH] Removed -d option for quick-start mode --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 401a6be6..2bb85754 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -167,8 +167,8 @@ function run { fi if [ $QUICKSTART == "YES" ]; then - echo Quick-start options: $DIR $VERBOSE --quick-start - kibot $DIR $VERBOSE --quick-start + echo Quick-start options: $VERBOSE --quick-start + kibot $VERBOSE --quick-start else echo Options: $CONFIG $DIR $BOARD $SCHEMA $SKIP $VERBOSE $VARIANT $TARGETS kibot $CONFIG $DIR $BOARD $SCHEMA $SKIP $VERBOSE $VARIANT $TARGETS