opensim-tools – Diff between revs 87 and 91

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 87 Rev 91
Line 50... Line 50...
50 sed -i "s/about *=.*/about = \"http:\/\/192.168.0.1\/about\.php\"/g" \ 50 sed -i "s/about *=.*/about = \"http:\/\/192.168.0.1\/about\.php\"/g" \
51 $CONFIG_DIR/StandaloneCommon.ini; 51 $CONFIG_DIR/StandaloneCommon.ini;
Line 52... Line 52...
52   52  
53 # clear backup files 53 # clear backup files
-   54 find / -name *~ -exec rm -rf '{}' \;
-   55 # clear log files
Line 54... Line 56...
54 find / -name *~ -exec rm -rf '{}' \; 56 find / -name *.log -exec truncate '{}' \;
55   57  
Line 56... Line 58...
56 # clear svn 58 # clear svn