clockwerk-tools – Diff between revs 10 and 12

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 10 Rev 12
Line 101... Line 101...
101 $CONFIG_DIR/StandaloneCommon.ini; 101 $CONFIG_DIR/StandaloneCommon.ini;
102 sed -i "s/register *=.*/register = \"http:\/\/$EXTERNAL_ADDRESS\/register\.php\"/g" \ 102 sed -i "s/register *=.*/register = \"http:\/\/$EXTERNAL_ADDRESS\/register\.php\"/g" \
103 $CONFIG_DIR/StandaloneCommon.ini; 103 $CONFIG_DIR/StandaloneCommon.ini;
104 sed -i "s/about *=.*/about = \"http:\/\/$EXTERNAL_ADDRESS\/about\.php\"/g" \ 104 sed -i "s/about *=.*/about = \"http:\/\/$EXTERNAL_ADDRESS\/about\.php\"/g" \
105 $CONFIG_DIR/StandaloneCommon.ini; 105 $CONFIG_DIR/StandaloneCommon.ini;
106 sed -i "s/economy *=.*/economy = \"http:\/\/$EXTERNAL_ADDRESS\/economy\/helper\/\"/g" \ -  
107 $CONFIG_DIR/StandaloneCommon.ini; -  
Line 108... Line 106...
108 106
109 echo "[OpenSim BootStrap] Bootstrap successful." 107 echo "[OpenSim BootStrap] Bootstrap successful."
Line 110... Line 108...
110 } 108 }