Fixed extra -c in entrypoint.sh

This commit is contained in:
Salvador E. Tropea 2022-03-25 12:18:33 -03:00
parent 25c1fea649
commit bf80686c59
1 changed files with 2 additions and 1 deletions

View File

@ -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