Skip to content

Commit

Permalink
export server_threads var (#104)
Browse files Browse the repository at this point in the history
* export server_threads var

* export at assignment
  • Loading branch information
chrstnbwnkl committed Apr 19, 2023
1 parent 45d7850 commit 7615064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ echo ""

# the env vars with True default are set in the dockerfile, others are evaluated in configure_valhalla.sh
if [[ -z $server_threads ]]; then
server_threads=$(nproc)
export server_threads=$(nproc)
fi

if [[ -z $build_tar ]]; then
build_tar="True"
fi
Expand Down

0 comments on commit 7615064

Please sign in to comment.