opensim-tools

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 37  →  ?path2? @ 38
/lib/reset-spectacled-owl
@@ -23,6 +23,11 @@
mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'drop database opensim';
mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'create database opensim';
 
dialog --msgbox "Please type in a new root password at the next prompt." 10 70
passwd root
dialog --msgbox "Please type in a new opensim user password at the next prompt." 10 70
passwd opensim
 
# clear history
su root -c "history -c && rm -rf /root/.bash_history"
su opensim -c "history -c && rm -rf /home/opensim/.bash_history"