From bf80686c5909c962fdbb51ed1902fbd9b246c2b0 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 25 Mar 2022 12:18:33 -0300 Subject: [PATCH] Fixed extra -c in entrypoint.sh --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index f7626674..d073d6c8 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -191,7 +191,8 @@ function run { fi if [ -f $CONFIG ]; then - kibot -c $CONFIG $DIR $BOARD $SCHEMA $SKIP $VERBOSE $VARIANT $TARGETS + echo $CONFIG $DIR $BOARD $SCHEMA $SKIP $VERBOSE $VARIANT $TARGETS + kibot $CONFIG $DIR $BOARD $SCHEMA $SKIP $VERBOSE $VARIANT $TARGETS else echo "config file '$CONFIG' not found!" exit $EXIT_ERROR