opensim-tools – Diff between revs 88 and 89

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 88 Rev 89
Line 73... Line 73...
73 svn update 73 svn update
74 dialog --yesno "This option will update OpenSim's configuration files EXCEPT Regions.ini which will not be overwritten. It is useful to synchronize OpenSim's configuration files with new options from the development branch. If you have made changes to OpenSim's ini files, a resonable answer will be no. However, at some point you should make a backup and sync with the development version. Update the configuration files now?" 12 70 74 dialog --yesno "This option will update OpenSim's configuration files EXCEPT Regions.ini which will not be overwritten. It is useful to synchronize OpenSim's configuration files with new options from the development branch. If you have made changes to OpenSim's ini files, a resonable answer will be no. However, at some point you should make a backup and sync with the development version. Update the configuration files now?" 12 70
75 if [ $? == "0" ]; then 75 if [ $? == "0" ]; then
76 echo "[SpectacledOwl] Updating configuration..." 76 echo "[SpectacledOwl] Updating configuration..."
77 cp -Ra * /home/opensim/os/ 77 cp -Ra * /home/opensim/os/
-   78 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -D opensim -e "delete from assets where name='New Hair'"
-   79 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -D opensim -e "delete from assets where name='New Shape'"
-   80 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -D opensim -e "delete from assets where name='New Skin'"
-   81 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -D opensim -e "delete from assets where name='New Eyes'"
-   82 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -D opensim -e "delete from assets where id='00000000-0000-1111-9999-000000000010'"
-   83 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -D opensim -e "delete from assets where id='00000000-0000-1111-9999-000000000011'"
-   84 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -D opensim -e "delete from assets where id='00000000-0000-1111-9999-000000000012'"
78 fi 85 fi
79 fi 86 fi
80 if [ -d ../opensim-www/ ]; then 87 if [ -d ../opensim-www/ ]; then
81 cd ../opensim-www/ 88 cd ../opensim-www/
82 svn update 89 svn update