creating

  1. FromLondon

    Parse serverquery login credentials

    Hello, is there are any ways to parse login data for SQ when new instance created ? (for shell client using shelljs) var child = shell.exec(`sudo -u root sh /root/dev/${name}/ts3server_startscript.sh start inifile=ts3server.ini`,{async:true}); child.stdout.on('data', function(data) {...
Top