opensim-tools – Diff between revs 39 and 40

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 39 Rev 40
Line 4... Line 4...
4 ## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ## 4 ## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ##
5 ## rights of fair usage, the disclaimer and warranty conditions. ## 5 ## rights of fair usage, the disclaimer and warranty conditions. ##
6 ########################################################################### 6 ###########################################################################
Line 7... Line 7...
7   7  
-   8 # clear IPs
-   9 DAEMON_DIR='/home/opensim/os'
-   10 REGION_DIR='/home/opensim/os/Regions'
8 # clear IPs 11 CONFIG_DIR='/home/opensim/os/config-include'
9 sed -i "s/ExternalHostNameForLSL *=.*/ExternalHostNameForLSL = \"192.168.0.1\"/g" \ 12 sed -i "s/ExternalHostNameForLSL *=.*/ExternalHostNameForLSL = \"192.168.0.1\"/g" \
10 $DAEMON_DIR/OpenSim.ini; 13 $DAEMON_DIR/OpenSim.ini;
11 sed -i "s/ExternalHostName *=.*/ExternalHostName = 192.168.0.1/g" \ 14 sed -i "s/ExternalHostName *=.*/ExternalHostName = 192.168.0.1/g" \
12 $REGION_DIR/Regions.ini; 15 $REGION_DIR/Regions.ini;