Trying to connect my dedicated to my server so I can play in spec. I use this .sh file
this is my player.sh which i do sh player.sh in putty. It works to make server but not this?
#!/bin/sh cd /home/27964/et screen -A -m -d -S etserv_27964 ./et +connect “213.108.30.115:26050”
but when i go to server i not see the player conenct
what am i doing wrong