clockwerk-tools – Diff between revs 1 and 10

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 10
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 106... Line 108...
106 108
107 echo "[OpenSim BootStrap] Bootstrap successful." 109 echo "[OpenSim BootStrap] Bootstrap successful."
Line 108... Line 110...
108 } 110 }