This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| SCREENNAME="ts3srv" | |
| MAILREPORT=0 | |
| ADMINEMAIL="[email protected]" | |
| # SCRIPT | |
| DIRPATH=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd -P) | |
| TEAMSPEAK=`ps ax | grep ts3server | grep -v grep | wc -l` | |
| if [ "$TEAMSPEAK" -eq 0 ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ## CONF ## | |
| ADMINEMAIL="[email protected]" | |
| CPUJOBS=8 | |
| DIRPATH=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd -P) | |
| ##DIRPATH="/home/wow/server" | |
| if [ "$1" = "clone" ]; then | |
| cd $DIRPATH && rm -rf TrinityCore |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # (simple) TrinityCore (linux (Debian)) restarter (using a bashscript) for posterus.cz | |
| # required applications | |
| # sudo apt-get update && sudo apt-get install screen mutt gdb | |
| # INFO | |
| # ./_restarter > Starts the world server with restarter | |
| # ./_auth_starter > Starts the auth server without restarter | |
| # ./_world_starter > Starts the world server without restarter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat /TRINITY_CORE/sql/updates/world/*.sql >> all_world.sql |
NewerOlder