diff options
author | onefang | 2019-08-23 16:28:22 +1000 |
---|---|---|
committer | onefang | 2019-08-23 16:28:22 +1000 |
commit | b80f39d864ff9dc975b4ef14f4aa39c812b7f005 (patch) | |
tree | b46ac4d58207efcc0f915dc7fc4ccb01685190e4 | |
parent | Update documentation. (diff) | |
download | opensim-SC_OLD-b80f39d864ff9dc975b4ef14f4aa39c812b7f005.zip opensim-SC_OLD-b80f39d864ff9dc975b4ef14f4aa39c812b7f005.tar.gz opensim-SC_OLD-b80f39d864ff9dc975b4ef14f4aa39c812b7f005.tar.bz2 opensim-SC_OLD-b80f39d864ff9dc975b4ef14f4aa39c812b7f005.tar.xz |
We don't use IP in create-sim anymore.
-rwxr-xr-x | scripts/install/create_sim.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/install/create_sim.sh b/scripts/install/create_sim.sh index 6af49ac..b940315 100755 --- a/scripts/install/create_sim.sh +++ b/scripts/install/create_sim.sh | |||
@@ -6,7 +6,6 @@ getPrgDir | |||
6 | NAME=$1 | 6 | NAME=$1 |
7 | LOCATION=$2 | 7 | LOCATION=$2 |
8 | SIZE=$3 | 8 | SIZE=$3 |
9 | IP=$4 | ||
10 | 9 | ||
11 | cd ${OS_PATH}/config | 10 | cd ${OS_PATH}/config |
12 | 11 | ||