mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2024-11-07 19:31:58 +01:00
Fix cpu cores
This commit is contained in:
parent
05260c5456
commit
16330657cd
@ -131,7 +131,7 @@ fi
|
||||
echo "Will now create LXC Container $LXC_NBR!";
|
||||
|
||||
if [ $LXC_THREADS -gt 0 ]; then
|
||||
LXC_CORES=--cores$LXC_THREADS
|
||||
LXC_CORES=--cores\ $LXC_THREADS
|
||||
fi
|
||||
|
||||
# Create the container
|
||||
|
Loading…
Reference in New Issue
Block a user