start_server.sh referenced LOG_DIR and RESULT_ROOT without defining them, causing an unbound-variable failure under set -u. Mirror the initialization from run_bench.sh so the script can run standalone.
start_server.sh referenced LOG_DIR and RESULT_ROOT without defining them, causing an unbound-variable failure under set -u. Mirror the initialization from run_bench.sh so the script can run standalone.