v2 scripts

This commit is contained in:
Marwolf
2018-08-27 22:20:47 -04:00
parent dd7936475c
commit b0fcd8cc8e
7 changed files with 449 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/bash
# Backs up all databases
./Linux_Backup_Databases.sh
# Run the game server in a detached screen
clear
echo "Launching the game server in a new screen."
echo ""
echo "Type 'screen -r' to access the game server screen."
echo "Use CTRL + A + D to detach the live server screen so it runs in the background."
echo ""
echo ""
touch gameserver.log && chmod 777 gameserver.log &>/dev/null
cd Game/server
screen -dmS name ./ant_launcher.sh