diff options
-rwxr-xr-x | scripts/install/create_sim.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install/create_sim.sh b/scripts/install/create_sim.sh index 475c127..16b668a 100755 --- a/scripts/install/create_sim.sh +++ b/scripts/install/create_sim.sh | |||
@@ -63,7 +63,7 @@ else | |||
63 | NUM=$(printf '%2s' $(( 10#$k + 1 )) ) | 63 | NUM=$(printf '%2s' $(( 10#$k + 1 )) ) |
64 | fi | 64 | fi |
65 | 65 | ||
66 | PORT=$(( 9005 + (10#$k * 5) )) # 9002 is used for HTTP/UDP so START with port 9003! CAUTION Diva/D2 starts at port 9000. | 66 | PORT=$(( 9005 + (10#$k * 2) )) # 9002 is used for HTTP/UDP so START with port 9003! CAUTION Diva/D2 starts at port 9000. |
67 | UUID=$(uuidgen) | 67 | UUID=$(uuidgen) |
68 | 68 | ||
69 | echo "Creating sim${NUM} on port ${PORT} @ ${LOCATION} - ${NAME}." | 69 | echo "Creating sim${NUM} on port ${PORT} @ ${LOCATION} - ${NAME}." |