docker fix 2

This commit is contained in:
t1amak
2025-11-13 18:00:19 +00:00
parent ceaf6ee431
commit c19e5f870f
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ cd "$(dirname "$0")"
repo_root="$(cd ../../.. && pwd)"
if [ "$2" ]; then
if [ "${2:-}" ]; then
cpu_set="--cpuset-cpus $2"
else
cpu_set=""

View File

@@ -7,7 +7,7 @@ cd "$(dirname "$0")"
repo_root="$(cd ../../.. && pwd)"
if [ "$2" ]; then
if [ "${2:-}" ]; then
cpu_set="--cpuset-cpus $2"
else
cpu_set=""

View File

@@ -7,7 +7,7 @@ cd "$(dirname "$0")"
repo_root="$(cd ../../.. && pwd)"
if [ "$2" ]; then
if [ "${2:-}" ]; then
cpu_set="--cpuset-cpus $2"
else
cpu_set=""