Skip to content

Commit

Permalink
fix var (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
voxparcxls authored May 17, 2023
1 parent 57dc447 commit 3183062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/upgrade/upgrade_to_2.4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ then
echo " CORE: " ${CORE_NUMBER}
fi
if [[ "$OSTYPE" =~ ^linux ]]; then
CORE_NUMBER_=`lscpu -b -p=Core,Socket | grep -v '^#' | sort -u | wc -l`
CORE_NUMBER=`lscpu -b -p=Core,Socket | grep -v '^#' | sort -u | wc -l`
echo " CORE: " ${CORE_NUMBER}
fi

Expand Down

0 comments on commit 3183062

Please sign in to comment.