test -t nproc

This commit is contained in:
Rob Walker 2018-08-16 09:49:07 -07:00
parent 1d3157fb80
commit 036fcced31
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ client_start() {
snap info solana; \
sudo snap get solana; \
threadCount=\$(nproc); \
if [[ \$threadCount -gt 4 ]]; then threadCount=4; fi; \
tmux kill-session -t solana; \
tmux new -s solana -d \" \
set -x; \