fn_check_ts3status 283 B

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