info_ts3status.sh 282 B

12345678910
  1. #!/bin/bash
  2. # LGSM info_ts3status.sh function
  3. # Author: Daniel Gibbs
  4. # Website: http://gameservermanagers.com
  5. lgsm_version="271215"
  6. # Checks the status of Teamspeak 3.
  7. cd "${executabledir}"
  8. ts3status=$(./ts3server_startscript.sh status servercfgfullpathfile=${servercfgfullpath})