Hello,
"4. You are done! Start your Accounting-Server-Emulator and the ts-server:
./ts3server_startscript.sh start
./AccountingServerEmulator-Linux"
Supervision You can add automatic emulator If I use: ./ts3server_startscript.sh start?
So When I use: ./ts3server_startscript.sh start my emulator will be start too
or If You don't know how what You are thinking about autostart?
#!/bin/bash
TEAMSPEAK=`ps ax | grep ts3server_linux_amd64 | grep -v grep | wc -l`
if [ $TEAMSPEAK -eq 1 ]
then
exit
else
cd /home/teamspeak3-server_linux-amd64 ; ./ts3server_startscript.sh start && ./AccountingServerEmulator-Linux
fi
its good script with emulator? :>
Regards
"4. You are done! Start your Accounting-Server-Emulator and the ts-server:
./ts3server_startscript.sh start
./AccountingServerEmulator-Linux"
Supervision You can add automatic emulator If I use: ./ts3server_startscript.sh start?
So When I use: ./ts3server_startscript.sh start my emulator will be start too
or If You don't know how what You are thinking about autostart?
#!/bin/bash
TEAMSPEAK=`ps ax | grep ts3server_linux_amd64 | grep -v grep | wc -l`
if [ $TEAMSPEAK -eq 1 ]
then
exit
else
cd /home/teamspeak3-server_linux-amd64 ; ./ts3server_startscript.sh start && ./AccountingServerEmulator-Linux
fi
its good script with emulator? :>
Regards
Last edited: