opensim-tools – Diff between revs 37 and 38

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 37 Rev 38
Line 21... Line 21...
21   21  
22 # dump database 22 # dump database
23 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'drop database opensim'; 23 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'drop database opensim';
Line -... Line 24...
-   24 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'create database opensim';
-   25  
-   26 dialog --msgbox "Please type in a new root password at the next prompt." 10 70
-   27 passwd root
-   28 dialog --msgbox "Please type in a new opensim user password at the next prompt." 10 70
24 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'create database opensim'; 29 passwd opensim
25   30  
26 # clear history 31 # clear history
Line 27... Line 32...
27 su root -c "history -c && rm -rf /root/.bash_history" 32 su root -c "history -c && rm -rf /root/.bash_history"