Fix cpu cores

This commit is contained in:
thorstenspille 2023-10-29 22:27:34 +01:00
parent 05260c5456
commit 16330657cd

View File

@ -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