opensim-tools – Diff between revs 21 and 36

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 21 Rev 36
Line 17... Line 17...
17 # dump database 17 # dump database
18 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'drop database opensim'; 18 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'drop database opensim';
19 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'create database opensim'; 19 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'create database opensim';
Line 20... Line 20...
20   20  
21 # clear history 21 # clear history
22 su root -c "history -c && rm -rf ~/.bash_history" 22 su root -c "history -c && rm -rf /root/.bash_history"
Line 23... Line 23...
23 su opensim -c "history -c && rm -rf ~/.bash_history" 23 su opensim -c "history -c && rm -rf /home/opensim/.bash_history"