mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Limit the number of vehicles
This commit is contained in:
@@ -35,6 +35,12 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ $num_vehicles -gt 255 ]
|
||||
then
|
||||
echo "Tried spawning $num_vehicles vehicles. The maximum number of supported vehicles is 255"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
src_path="$SCRIPT_DIR/.."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user