Skip to content

Commit

Permalink
fix(scripts): correct bash conditional statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mabw-rte committed Oct 9, 2024
1 parent a51a9cf commit 295da93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if [ -z "$1" ] ; then
do
wait $pid # Wait for each background process to finish
done
fi
else
export PYTHONPATH=$BASE_DIR
python3 $BASE_DIR/antarest/main.py -c $ANTAREST_CONF --module "$1"
Expand Down

0 comments on commit 295da93

Please sign in to comment.