opensim-tools – Diff between revs 1 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 4
Line 1... Line 1...
1 #!/bin/bash 1 #!/bin/bash
-   2 ###########################################################################
-   3 ## Copyright (C) Wizardry and Steamworks 2013 - License: GNU GPLv3 ##
-   4 ## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ##
-   5 ## rights of fair usage, the disclaimer and warranty conditions. ##
-   6 ###########################################################################
-   7  
2 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'drop database opensim'; 8 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'drop database opensim';
3 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'create database opensim'; 9 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'create database opensim';
4 kill -s HUP `pidof mono` 2>&1 | true 10 kill -s HUP `pidof mono` 2>&1 | true
5   -