Skip to content
Snippets Groups Projects
Commit be6af462 authored by Brandi Cantarel's avatar Brandi Cantarel
Browse files

bug

parent 1c4a837a
No related merge requests found
...@@ -45,7 +45,7 @@ if [[ -z $NPROC ]] ...@@ -45,7 +45,7 @@ if [[ -z $NPROC ]]
then then
NPROC=`nproc` NPROC=`nproc`
fi fi
threads=`expr $NPROC - 10` threads=`expr $NPROC`
if [[ -n $user ]] if [[ -n $user ]]
then then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment