Fixed quick-start comparisson in entrypoint.sh

This commit is contained in:
Salvador E. Tropea 2022-05-02 13:20:47 -03:00
parent 995bb705d9
commit 7ce13c2e38
1 changed files with 1 additions and 2 deletions

View File

@ -166,8 +166,7 @@ function run {
/usr/bin/kicad-git-filters.py
fi
echo QUICKSTART: $QUICKSTART
if [ QUICKSTART == "YES" ]; then
if [ $QUICKSTART == "YES" ]; then
echo Quick-start options: $DIR $VERBOSE --quick-start
kibot $DIR $VERBOSE --quick-start
else